Skip to content

Commit f6c720c

Browse files
committed
svc
1 parent 3f2c4dd commit f6c720c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tofu/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ resource "google_container_cluster" "primary" {
2626
network = google_compute_network.vpc.self_link
2727
subnetwork = google_compute_subnetwork.subnet.self_link
2828

29+
node_config {
30+
service_account = var.gke_nodes_service_account
31+
}
32+
2933
deletion_protection = false
3034
resource_labels = {
3135
env = "ngf-tests"

0 commit comments

Comments
 (0)