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 e2042e9 commit 2f3b721Copy full SHA for 2f3b721
modules/kubernetes/main.tf
@@ -13,7 +13,8 @@ resource "null_resource" "objects" {
13
count = "${length(var.manifest_dirs)}"
14
15
triggers {
16
- dir_hash = "${data.external.dir_hash.*.result.hash[count.index]}"
+ timestamp = "${timestamp()}"
17
+ dir_hash = "${data.external.dir_hash.*.result.hash[count.index]}"
18
}
19
20
provisioner "local-exec" {
0 commit comments