{ "version": 4, "terraform_version": "1.8.8", "serial": 446, "lineage": "7c6a75bf-965c-a170-a634-3002937b078f", "outputs": { "db_endpoint": { "value": "db-3.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-677a847a597b03119", "ami": "ami-3e12ab45", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0b58f47d"], "subnet_id": "subnet-bec96ad7", "key_name": "prod-deploy-key" } } ] } ] }