Skip to content

Commit

Permalink
fix node pool typing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 5, 2024
1 parent 8705ce3 commit 6b0fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ variable "db_sku" {
}

variable "node_pools" {
type = list(any)
type = map({})
default = {
plural = {
vm_size = "Standard_D2s_v3"
Expand Down

0 comments on commit 6b0fcfc

Please sign in to comment.