{ "version": 4, "terraform_version": "1.7.0", "serial": 526, "lineage": "da3f23f5-5096-bc83-0840-9ecda6d410c2", "outputs": { "db_endpoint": { "value": "db-4.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-b7770ab954c2ed4d4", "ami": "ami-cd7ebde8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0eb81c19"], "subnet_id": "subnet-b9d30b05", "key_name": "prod-deploy-key" } } ] } ] }