{ "version": 4, "terraform_version": "1.8.2", "serial": 476, "lineage": "a57dcceb-6e7b-76ee-3f70-9356db37adab", "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-168f7fc8edb3997c8", "ami": "ami-20061b25", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f1366c8c"], "subnet_id": "subnet-fac8c4c0", "key_name": "prod-deploy-key" } } ] } ] }