{ "version": 4, "terraform_version": "1.7.1", "serial": 437, "lineage": "3ccabc23-9989-dc39-a7c7-899d25311083", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3662ff15a731e7e99", "ami": "ami-a61e59b3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-911b5a6f"], "subnet_id": "subnet-4f8d3110", "key_name": "prod-deploy-key" } } ] } ] }