{ "version": 4, "terraform_version": "1.7.2", "serial": 312, "lineage": "9953767f-2b0e-20c9-07ff-16719a072cd9", "outputs": { "db_endpoint": { "value": "db-0.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-1841fd2e87cd7de65", "ami": "ami-f8563c08", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-38de8d57"], "subnet_id": "subnet-9aa55b17", "key_name": "prod-deploy-key" } } ] } ] }