Skip to content

Commit

Permalink
Update cluster-iap-bastion example
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Morejon <[email protected]>
  • Loading branch information
mmorejon committed Jan 24, 2025
1 parent 86980c0 commit 04f067d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/safer_cluster_iap_bastion/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module "gke" {
subnetwork = module.vpc.subnets_names[0]
ip_range_pods = module.vpc.subnets_secondary_ranges[0][0].range_name
ip_range_services = module.vpc.subnets_secondary_ranges[0][1].range_name
enable_private_endpoint = false
enable_private_endpoint = true
deletion_protection = false
master_authorized_networks = [{
cidr_block = "${module.bastion.ip_address}/32"
Expand Down

0 comments on commit 04f067d

Please sign in to comment.