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.
2 parents 7600ea2 + e401a91 commit 7c4a136Copy full SHA for 7c4a136
main.tf
@@ -28,6 +28,7 @@ resource "helm_release" "this" {
28
wait_for_jobs = lookup(var.app, "wait_for_jobs", false)
29
dependency_update = lookup(var.app, "dependency_update", false)
30
replace = lookup(var.app, "replace", false)
31
+ timeout = lookup(var.app, "timeout", 300)
32
values = var.values
33
34
dynamic "set" {
0 commit comments