{ "version": 4, "terraform_version": "1.7.8", "serial": 125, "lineage": "c6b7dce7-4ba4-6864-f100-b02aac7a74ba", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-1425b72ba25683bc3", "ami": "ami-2708aca7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ce936d9d"], "subnet_id": "subnet-f583ef91", "key_name": "prod-deploy-key" } } ] } ] }