{ "version": 4, "terraform_version": "1.6.4", "serial": 323, "lineage": "5a27d619-26b3-a18a-d831-3bf446af92a9", "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-4db17c72bda853460", "ami": "ami-0887859b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9e207ed5"], "subnet_id": "subnet-6507552a", "key_name": "prod-deploy-key" } } ] } ] }