{ "version": 4, "terraform_version": "1.7.0", "serial": 537, "lineage": "05885f53-10f3-d0a3-1ed5-04c7d30d2ebd", "outputs": { "db_endpoint": { "value": "db-0.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-5f4d0aa9d3ddb0564", "ami": "ami-96b6b690", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ae586f8b"], "subnet_id": "subnet-32744b51", "key_name": "prod-deploy-key" } } ] } ] }