{ "version": 4, "terraform_version": "1.8.2", "serial": 239, "lineage": "0b02aaee-09bb-dafa-b335-c6dc8a707853", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-7298019b17fe709d7", "ami": "ami-1312e8a2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bd4052e8"], "subnet_id": "subnet-b809f191", "key_name": "prod-deploy-key" } } ] } ] }