Skip to content

Commit

Permalink
Feedback: fighting new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbannerman committed Nov 14, 2023
1 parent a4b2a32 commit 35c80b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ resource "google_container_cluster" "primary" {
{% endif %}
}
{% if autopilot_cluster %}

allow_net_admin = var.allow_net_admin
{% endif %}
{% if autopilot_cluster != true %}
Expand Down
1 change: 1 addition & 0 deletions modules/beta-autopilot-private-cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ resource "google_container_cluster" "primary" {
}

}

allow_net_admin = var.allow_net_admin

networking_mode = "VPC_NATIVE"
Expand Down
1 change: 1 addition & 0 deletions modules/beta-autopilot-public-cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ resource "google_container_cluster" "primary" {
}

}

allow_net_admin = var.allow_net_admin

networking_mode = "VPC_NATIVE"
Expand Down

0 comments on commit 35c80b9

Please sign in to comment.