Skip to content

Commit 21b15b6

Browse files
authored
Update main.tf
1 parent dc1d26a commit 21b15b6

File tree

1 file changed

+2
-0
lines changed
  • examples/simple_zonal_private

1 file changed

+2
-0
lines changed

examples/simple_zonal_private/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ module "gke" {
5252
master_ipv4_cidr_block = "172.16.0.0/28"
5353
deletion_protection = false
5454

55+
gcp_public_cidrs_access_enabled = true
56+
5557
master_authorized_networks = [
5658
{
5759
cidr_block = data.google_compute_subnetwork.subnetwork.ip_cidr_range

0 commit comments

Comments
 (0)