{ "version": 4, "terraform_version": "1.8.6", "serial": 172, "lineage": "38b3498d-77ab-9992-60d0-5a1f42fa18f0", "outputs": { "db_endpoint": { "value": "db-1.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-2c4bb7a9c715a5266", "ami": "ami-dc7e0041", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c5a20571"], "subnet_id": "subnet-b86f7bbd", "key_name": "prod-deploy-key" } } ] } ] }