{ "version": 4, "terraform_version": "1.7.6", "serial": 406, "lineage": "7858873d-5ae2-ebbe-2b06-ae76963586a8", "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-1e93aa4d8c982c38f", "ami": "ami-922be013", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-89aae298"], "subnet_id": "subnet-3f6e2b10", "key_name": "prod-deploy-key" } } ] } ] }