From 659ce7528e51bf7eb03be269d27b8d4d87c3f375 Mon Sep 17 00:00:00 2001 From: Archit Chopra Date: Fri, 16 Jun 2023 15:58:47 +0530 Subject: [PATCH] fix: Fixed subnet id in example.tf --- _example/basic/example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_example/basic/example.tf b/_example/basic/example.tf index cc6e792..5e0c346 100644 --- a/_example/basic/example.tf +++ b/_example/basic/example.tf @@ -7,7 +7,7 @@ module "network_security_group" { environment = "test" resource_group_name = "test-rg" resource_group_location = "CanadaCentral" - subnet_ids = "" + subnet_ids = ["/subscription/***************"] inbound_rules = [ { name = "ssh"