Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mthorley authored Jan 27, 2020
1 parent 0381ede commit 6119736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "google_container_cluster" "cluster" {
master_authorized_networks_config {
cidr_blocks {
display_name = "homeoffice"
cidr_block = "144.132.96.146/32"
cidr_block = "169.111.111.111/32"
}
}
// Configure the cluster to have private nodes and private control plane access only
Expand Down

0 comments on commit 6119736

Please sign in to comment.