{ "version": 4, "terraform_version": "1.7.7", "serial": 151, "lineage": "87b008c5-a210-8ad8-3678-95f625f4d69b", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-711dee4fa0fa88869", "ami": "ami-cd4b6dc6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5d1f6f2a"], "subnet_id": "subnet-bcd1b314", "key_name": "prod-deploy-key" } } ] } ] }