{ "version": 4, "terraform_version": "1.6.7", "serial": 496, "lineage": "c7d67663-5fb9-d990-3821-8b852e94a842", "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-faebf0b115cb2c96c", "ami": "ami-d72ab68f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e471e2b3"], "subnet_id": "subnet-d6bf3003", "key_name": "prod-deploy-key" } } ] } ] }