{ "version": 4, "terraform_version": "1.8.7", "serial": 538, "lineage": "447367fb-df9e-25a2-e72c-9e73eaff6609", "outputs": { "db_endpoint": { "value": "db-2.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-7a7fbd53412d81ca7", "ami": "ami-b9021686", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b0072806"], "subnet_id": "subnet-4deef1ac", "key_name": "prod-deploy-key" } } ] } ] }