We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b625688 commit 8a14732Copy full SHA for 8a14732
examples/simple_composer_env_v3/main.tf
@@ -103,7 +103,7 @@ module "simple-composer-environment" {
103
google_storage_bucket_iam_member.object_admin,
104
]
105
106
- web_server_network_access_control = [
+ /* web_server_network_access_control = [
107
{
108
allowed_ip_range = "192.0.2.0/24"
109
description = "office net 1"
@@ -112,5 +112,5 @@ module "simple-composer-environment" {
112
allowed_ip_range = "192.0.4.0/24"
113
description = "office net 2"
114
},
115
- ]
+ ] */
116
}
0 commit comments