{ "version": 4, "terraform_version": "1.6.2", "serial": 392, "lineage": "f9f2a06d-e338-f50b-036e-276e6589ac17", "outputs": { "db_endpoint": { "value": "db-4.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-8b96d1a33893c0fd2", "ami": "ami-ebeb2bd4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-297eb386"], "subnet_id": "subnet-50b9e84f", "key_name": "prod-deploy-key" } } ] } ] }