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 69b5349 commit 30a0adbCopy full SHA for 30a0adb
main.tf
@@ -11,6 +11,7 @@ resource "helm_release" "this" {
11
version = var.app["version"]
12
chart = var.app["chart"]
13
force_update = lookup(var.app, "force_update", false)
14
+ description = lookup(var.app, "description", null)
15
wait = lookup(var.app, "wait", true)
16
recreate_pods = lookup(var.app, "recreate_pods", true)
17
max_history = lookup(var.app, "max_history", 0)
0 commit comments