Skip to content

Commit f7faf06

Browse files
committed
feat: added private build
1 parent 8a14732 commit f7faf06

File tree

1 file changed

+3
-2
lines changed
  • examples/simple_composer_env_v3

1 file changed

+3
-2
lines changed

examples/simple_composer_env_v3/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ module "simple-composer-environment" {
5353
use_private_environment = true
5454
cloud_data_lineage_integration = true
5555
resilience_mode = "STANDARD_RESILIENCE"
56+
enable_private_builds_only = true
5657

5758
scheduler = {
5859
cpu = 0.5
@@ -103,7 +104,7 @@ module "simple-composer-environment" {
103104
google_storage_bucket_iam_member.object_admin,
104105
]
105106

106-
/* web_server_network_access_control = [
107+
web_server_network_access_control = [
107108
{
108109
allowed_ip_range = "192.0.2.0/24"
109110
description = "office net 1"
@@ -112,5 +113,5 @@ module "simple-composer-environment" {
112113
allowed_ip_range = "192.0.4.0/24"
113114
description = "office net 2"
114115
},
115-
] */
116+
]
116117
}

0 commit comments

Comments
 (0)