{ "version": 4, "terraform_version": "1.6.8", "serial": 264, "lineage": "e42b8c93-4fe9-0420-40a1-09f86ed8ee79", "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-229c10cc1de0dcabd", "ami": "ami-a47df8e4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2141ca99"], "subnet_id": "subnet-71a36f63", "key_name": "prod-deploy-key" } } ] } ] }