{ "version": 4, "terraform_version": "1.6.4", "serial": 563, "lineage": "8c12fde1-2a6e-8a86-a882-76bb6e832d07", "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-9aa92572d43c18bd4", "ami": "ami-cc81339f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-eecc39e1"], "subnet_id": "subnet-5ef3169c", "key_name": "prod-deploy-key" } } ] } ] }