{ "version": 4, "terraform_version": "1.8.4", "serial": 320, "lineage": "c01d6440-3508-2e7f-1d84-16b96f634673", "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-90ca35995e7238ec9", "ami": "ami-0e7ac2db", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aa7c2fa0"], "subnet_id": "subnet-bcd59536", "key_name": "prod-deploy-key" } } ] } ] }