{ "version": 4, "terraform_version": "1.6.6", "serial": 281, "lineage": "72504a15-0a16-abba-c23f-810824b20250", "outputs": { "db_endpoint": { "value": "db-1.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-9e7ea4eb7e136526f", "ami": "ami-fc1cc692", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cefc4728"], "subnet_id": "subnet-8b1d8391", "key_name": "prod-deploy-key" } } ] } ] }