{ "version": 4, "terraform_version": "1.7.9", "serial": 482, "lineage": "f6fc468d-a1c1-3264-d45b-0c609886f9dd", "outputs": { "db_endpoint": { "value": "db-0.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-a6a638566a8937d03", "ami": "ami-94470214", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9a00ac69"], "subnet_id": "subnet-2bde1462", "key_name": "prod-deploy-key" } } ] } ] }