Skip to content

Commit

Permalink
Linting with terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eunanio committed Aug 7, 2023
1 parent 10e3184 commit 69ea9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gke-cluster-autopilot/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 69ea9dd

Please sign in to comment.