{ "version": 4, "terraform_version": "1.8.4", "serial": 560, "lineage": "2781e7c5-37a2-0d1d-a412-3c5dfa369d27", "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-bec44098872650eb4", "ami": "ami-f576ce60", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-11b3f4b1"], "subnet_id": "subnet-cffd00ae", "key_name": "prod-deploy-key" } } ] } ] }