{ "version": 4, "terraform_version": "1.7.6", "serial": 548, "lineage": "36cc4819-f464-c750-2f21-136a3b9938d9", "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-0d45842a7a86f2971", "ami": "ami-8a25decd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3933697d"], "subnet_id": "subnet-96004bc6", "key_name": "prod-deploy-key" } } ] } ] }