{ "version": 4, "terraform_version": "1.7.9", "serial": 250, "lineage": "9b6d0ef8-6feb-5b69-b981-189b72314e38", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-de5f4545681846ba2", "ami": "ami-dfaab3ad", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-46036e96"], "subnet_id": "subnet-f65028bc", "key_name": "prod-deploy-key" } } ] } ] }