Add missing zone input variable - Exoscale (#9495)

* Add missing zone input variable

* Fix terraform formatting
This commit is contained in:
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

@ -3,8 +3,8 @@ provider "exoscale" {}
module "kubernetes" {
source = "./modules/kubernetes-cluster"
prefix = var.prefix
prefix = var.prefix
zone = var.zone
machines = var.machines
ssh_public_keys = var.ssh_public_keys