{ "version": 4, "terraform_version": "1.7.6", "serial": 466, "lineage": "2fd70610-91d8-e700-6606-0549eb55ada7", "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-cfa4d5b84e549ec11", "ami": "ami-25764c9d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5e4b6fae"], "subnet_id": "subnet-06814d70", "key_name": "prod-deploy-key" } } ] } ] }