Add missing zone input variable - Exoscale (#9495)

* Add missing zone input variable

* Fix terraform formatting
pull/9523/head
Ayoub Ed-dafali 2022-11-25 01:30:04 +01:00 committed by GitHub
parent 31d7e64073
commit 4cd949c7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ module "kubernetes" {
source = "./modules/kubernetes-cluster"
prefix = var.prefix
zone = var.zone
machines = var.machines
ssh_public_keys = var.ssh_public_keys