Skip to content

Commit

Permalink
Promote field compute_instance.scheduling.min_node_cpus and related f…
Browse files Browse the repository at this point in the history
…ields to ga (#4593) (#129)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Mar 15, 2021
1 parent ebda1a2 commit 95964c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_template_server_binding/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "google_compute_node_template" "template" {

name = "soletenant-with-licenses-${local.name_suffix}"
region = "us-central1"
node_type = data.google_compute_node_types.central1a.names[0]
node_type = "n1-node-96-624"

node_affinity_labels = {
foo = "baz"
Expand Down

0 comments on commit 95964c6

Please sign in to comment.