{ "version": 4, "terraform_version": "1.7.9", "serial": 555, "lineage": "faaa0e8e-b353-ff5e-38db-1b5fbeb0da5e", "outputs": { "db_endpoint": { "value": "db-3.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-1901f7bb4ee6d9375", "ami": "ami-fbfbf11a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-53b4722e"], "subnet_id": "subnet-7e861e39", "key_name": "prod-deploy-key" } } ] } ] }