Skip to content

Commit

Permalink
Revert "Fix: missing flag for adding master-authorized-networks"
Browse files Browse the repository at this point in the history
This reverts commit 2c6eaae.
  • Loading branch information
mr0re1 authored May 4, 2023
1 parent 5cea4da commit 8cfe736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion community/modules/scheduler/gke-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ locals {
gcloud container clusters update ${google_container_cluster.gke_cluster.name} \
--region ${google_container_cluster.gke_cluster.location} \
--project ${var.project_id} \
--enable-master-authorized-networks \
--master-authorized-networks <IP Address>/32
EOT
)
Expand Down

0 comments on commit 8cfe736

Please sign in to comment.