We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4d792 commit a0d9da1Copy full SHA for a0d9da1
modules/helm_release/variables.tf
@@ -82,5 +82,6 @@ variable "github_bot" {
82
}
83
84
variable "values" {
85
- type = map(any)
+ type = any
86
+ default = {}
87
0 commit comments