{ "version": 4, "terraform_version": "1.8.8", "serial": 261, "lineage": "68023ec0-cd47-4a2b-523f-686b3c3de1f8", "outputs": { "db_endpoint": { "value": "db-4.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-9ca8be29110ef1312", "ami": "ami-576c0005", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c59bbd8e"], "subnet_id": "subnet-30c199f9", "key_name": "prod-deploy-key" } } ] } ] }