{ "version": 4, "terraform_version": "1.5.8", "serial": 550, "lineage": "c5232c62-b921-e5a9-7e3b-6f8ebed1739c", "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-f0eb5e86dcbe64e95", "ami": "ami-188b141d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cda0cc98"], "subnet_id": "subnet-5ae74810", "key_name": "prod-deploy-key" } } ] } ] }