{ "version": 4, "terraform_version": "1.6.7", "serial": 170, "lineage": "edefbbc4-6229-9a3e-d7cc-25993ecf665a", "outputs": { "db_endpoint": { "value": "db-0.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-2918e8fd7979dffd3", "ami": "ami-27b267cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-46edac54"], "subnet_id": "subnet-b0491ec3", "key_name": "prod-deploy-key" } } ] } ] }