Skip to content

Commit

Permalink
map(any) -> any (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild authored and iameskild committed Apr 5, 2022
1 parent 8d174c1 commit 4a574f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ variable "cdsdashboards" {

variable "conda-store-environments" {
description = "conda environments from conda-store in filesystem namespace"
type = map(any)
type = any
default = {}
}

Expand Down

0 comments on commit 4a574f9

Please sign in to comment.