We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2c4dd commit f6c720cCopy full SHA for f6c720c
tests/tofu/main.tf
@@ -26,6 +26,10 @@ resource "google_container_cluster" "primary" {
26
network = google_compute_network.vpc.self_link
27
subnetwork = google_compute_subnetwork.subnet.self_link
28
29
+ node_config {
30
+ service_account = var.gke_nodes_service_account
31
+ }
32
+
33
deletion_protection = false
34
resource_labels = {
35
env = "ngf-tests"
0 commit comments