Skip to content

Commit a0d9da1

Browse files
committed
fix: values type
1 parent bc4d792 commit a0d9da1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/helm_release/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ variable "github_bot" {
8282
}
8383

8484
variable "values" {
85-
type = map(any)
85+
type = any
86+
default = {}
8687
}

0 commit comments

Comments
 (0)