Skip to content

Commit

Permalink
improve autoscaling_policy support in google_compute_node_group (#904…
Browse files Browse the repository at this point in the history
…4) (#550)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 26, 2023
1 parent aab2e6c commit 4a973a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_group_basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ resource "google_compute_node_group" "nodes" {
zone = "us-central1-f"
description = "example google_compute_node_group for Terraform Google Provider"

size = 1
initial_size = 1
node_template = google_compute_node_template.soletenant-tmpl.id
}

0 comments on commit 4a973a8

Please sign in to comment.