Skip to content

Commit e38ed46

Browse files
authored
Update main.tf
1 parent 30aa95f commit e38ed46

File tree

1 file changed

+1
-1
lines changed
  • examples/private_zonal_with_networking

1 file changed

+1
-1
lines changed

examples/private_zonal_with_networking/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module "gke" {
7979
master_ipv4_cidr_block = "172.16.0.0/28"
8080
deletion_protection = false
8181

82-
insecure_kubelet_readonly_port_enabled = "FALSE"
82+
insecure_kubelet_readonly_port_enabled = false
8383

8484
master_authorized_networks = [
8585
{

0 commit comments

Comments
 (0)