Skip to content

Commit eed27c7

Browse files
committed
fix cross warning
1 parent 8af51ab commit eed27c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/infra-tf/modules/gke-autopilot/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ variable "kubernetes_version" {
5959

6060
variable "master_authorized_networks" {
6161
type = list(object({ cidr_block = string, display_name = string }))
62-
description = "List of master authorized networks. If none are provided, disallow external access (except the cluster node IPs, which GKE automatically whitelists)."
62+
description = "List of master authorized networks. If none are provided, disallow external access (except the cluster node IPs)."
6363
default = []
6464
}
6565

0 commit comments

Comments
 (0)