Skip to content

Commit

Permalink
fix default workers
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Jan 22, 2024
1 parent 762a080 commit 7f82c6c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions 00-variable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ variable "tags" {
}

variable "workers" {
default = {
# "workers" : {}
}
default = [
# {
# name = "workers"
# vername = "v1"
# },
]
}

0 comments on commit 7f82c6c

Please sign in to comment.