Skip to content

Commit

Permalink
Add missing zone input variable - Exoscale (kubernetes-sigs#9495)
Browse files Browse the repository at this point in the history
* Add missing zone input variable

* Fix terraform formatting
  • Loading branch information
ayoubeddafali authored and nolimitkun committed Mar 19, 2023
1 parent 4dccabf commit 4cc4da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/terraform/exoscale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cc4da1

Please sign in to comment.