{ "version": 4, "terraform_version": "1.8.3", "serial": 539, "lineage": "80073368-1c55-d87a-f220-34e305eec0f2", "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-71b0dc9fdccdf378a", "ami": "ami-01bcf6bd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ac24b83d"], "subnet_id": "subnet-e0f5c401", "key_name": "prod-deploy-key" } } ] } ] }