{ "version": 4, "terraform_version": "1.5.7", "serial": 226, "lineage": "f33d16f1-4620-2bba-5752-aacd983378d6", "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-47895db5dc7feddf0", "ami": "ami-55e93a83", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4ab8fe48"], "subnet_id": "subnet-66a264a0", "key_name": "prod-deploy-key" } } ] } ] }