Linting with terraform fmt

This commit is contained in:
Eunan Hardy 2023-08-07 12:46:54 +01:00
parent 10e3184451
commit 69ea9dd3be
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ resource "google_container_cluster" "cluster" {
initial_node_count = 1
enable_autopilot = true
allow_net_admin = var.allow_net_admin
allow_net_admin = var.allow_net_admin
addons_config {
http_load_balancing {