Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Sep 23, 2024
1 parent dc1d26a commit 21b15b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/simple_zonal_private/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ module "gke" {
master_ipv4_cidr_block = "172.16.0.0/28"
deletion_protection = false

gcp_public_cidrs_access_enabled = true

master_authorized_networks = [
{
cidr_block = data.google_compute_subnetwork.subnetwork.ip_cidr_range
Expand Down

0 comments on commit 21b15b6

Please sign in to comment.