{ "version": 4, "terraform_version": "1.8.9", "serial": 532, "lineage": "4544d307-2daa-5c7d-e268-406503e6f507", "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-68130cc615301109b", "ami": "ami-c2b8230b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-29fa196f"], "subnet_id": "subnet-642646f7", "key_name": "prod-deploy-key" } } ] } ] }