{ "version": 4, "terraform_version": "1.7.6", "serial": 456, "lineage": "18f1d74a-4162-4117-29c3-6e5eaa00d501", "outputs": { "db_endpoint": { "value": "db-3.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-7ea6900aef2570ebd", "ami": "ami-3897756f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a0c9b4d4"], "subnet_id": "subnet-25c81c16", "key_name": "prod-deploy-key" } } ] } ] }