{ "version": 4, "terraform_version": "1.6.9", "serial": 101, "lineage": "8b9277f8-f40b-3396-efc1-8748f345d10b", "outputs": { "db_endpoint": { "value": "db-3.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-ffe1c02ff4f3c30c6", "ami": "ami-fa938f15", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-11ab717e"], "subnet_id": "subnet-c642d729", "key_name": "prod-deploy-key" } } ] } ] }