Skip to content

Commit 8a14732

Browse files
committed
chore: webserver access
1 parent b625688 commit 8a14732

File tree

1 file changed

+2
-2
lines changed
  • examples/simple_composer_env_v3

1 file changed

+2
-2
lines changed

examples/simple_composer_env_v3/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module "simple-composer-environment" {
103103
google_storage_bucket_iam_member.object_admin,
104104
]
105105

106-
web_server_network_access_control = [
106+
/* web_server_network_access_control = [
107107
{
108108
allowed_ip_range = "192.0.2.0/24"
109109
description = "office net 1"
@@ -112,5 +112,5 @@ module "simple-composer-environment" {
112112
allowed_ip_range = "192.0.4.0/24"
113113
description = "office net 2"
114114
},
115-
]
115+
] */
116116
}

0 commit comments

Comments
 (0)