{ "version": 4, "terraform_version": "1.8.3", "serial": 123, "lineage": "29e798c8-f4f0-c000-52dc-a510ddb0920d", "outputs": { "db_endpoint": { "value": "db-4.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-83c256a93fd6e0b20", "ami": "ami-ef774722", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0b86d5b4"], "subnet_id": "subnet-25cb5bd7", "key_name": "prod-deploy-key" } } ] } ] }