mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 15:22:36 +03:00
[stage-2] create kubectl_init ansible-playbook
fix cluster.tf, update readme
This commit is contained in:
@@ -21,7 +21,7 @@ resource "yandex_compute_instance" "k8s-cluster" {
|
||||
}
|
||||
|
||||
network_interface {
|
||||
subnet_id = random_shuffle.netology-gw-subnet-random.result
|
||||
subnet_id = random_shuffle.netology-gw-subnet-random.result[0]
|
||||
nat = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user