{ "version": 4, "terraform_version": "1.6.6", "serial": 476, "lineage": "cfea7b38-cb23-9edd-ab6e-a3d598ff6696", "outputs": { "db_endpoint": { "value": "db-4.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-557e0a82c8201ac13", "ami": "ami-20d7102d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c29492a0"], "subnet_id": "subnet-c0d93fd4", "key_name": "prod-deploy-key" } } ] } ] }