{ "version": 4, "terraform_version": "1.6.9", "serial": 341, "lineage": "b9543534-2bc9-afdc-1a65-4edfb83b5e2d", "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-955ec50c2b5961de1", "ami": "ami-7e883d34", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2d065b77"], "subnet_id": "subnet-6c92ab73", "key_name": "prod-deploy-key" } } ] } ] }