{ "version": 4, "terraform_version": "1.6.5", "serial": 172, "lineage": "75535a16-78e8-47af-32b1-ad97f0827e01", "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-f653bd79cb9a1b847", "ami": "ami-aa0b2661", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7d61fbd6"], "subnet_id": "subnet-fc091b75", "key_name": "prod-deploy-key" } } ] } ] }