{ "version": 4, "terraform_version": "1.8.4", "serial": 400, "lineage": "a0cdc660-a87b-6434-e2e5-7ddafb6e12b4", "outputs": { "db_endpoint": { "value": "db-2.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-d304d0f6443e0e50f", "ami": "ami-3097741f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c5b2dddc"], "subnet_id": "subnet-6c9f8fa7", "key_name": "prod-deploy-key" } } ] } ] }