{ "version": 4, "terraform_version": "1.6.9", "serial": 461, "lineage": "a617d5c6-a9ac-2e41-3bb8-442563a07634", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-213c9b69a60f799c4", "ami": "ami-5fd04998", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-af44ec7a"], "subnet_id": "subnet-636809f7", "key_name": "prod-deploy-key" } } ] } ] }