{ "version": 4, "terraform_version": "1.8.9", "serial": 524, "lineage": "ae2976c1-d3b1-b53d-3118-f79285f13522", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-fdd7cb4a6196f70b1", "ami": "ami-94b81213", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4928f01b"], "subnet_id": "subnet-a207afaa", "key_name": "prod-deploy-key" } } ] } ] }