{ "version": 4, "terraform_version": "1.6.8", "serial": 586, "lineage": "559570cd-80f2-dffc-76bc-3b98a6458bed", "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-c6da7ed5f23d03a8e", "ami": "ami-27092746", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8dbff37e"], "subnet_id": "subnet-cc434ff6", "key_name": "prod-deploy-key" } } ] } ] }