[terraform] add node03 to nodes list

This commit is contained in:
2023-03-22 10:42:11 +07:00
parent 9394bd9334
commit 3e3626f773

View File

@@ -4,7 +4,7 @@ resource "random_shuffle" "netology-gw-subnet-random" {
} }
resource "yandex_compute_instance" "k8s-cluster" { resource "yandex_compute_instance" "k8s-cluster" {
for_each = toset(["control", "node01", "node02"]) for_each = toset(["control", "node01", "node02", "node03"])
name = each.key name = each.key