{ "version": 4, "terraform_version": "1.7.1", "serial": 126, "lineage": "e424d0ec-7322-3826-6cac-29f9724d47e0", "outputs": { "db_endpoint": { "value": "db-1.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-c63e2ff491ef546b2", "ami": "ami-e3da8abb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-92cf65f5"], "subnet_id": "subnet-cc9644df", "key_name": "prod-deploy-key" } } ] } ] }