Skip to content

Commit 2f3b721

Browse files
committed
modules/kubernetes: always apply manifests
1 parent e2042e9 commit 2f3b721

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/kubernetes/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ resource "null_resource" "objects" {
1313
count = "${length(var.manifest_dirs)}"
1414

1515
triggers {
16-
dir_hash = "${data.external.dir_hash.*.result.hash[count.index]}"
16+
timestamp = "${timestamp()}"
17+
dir_hash = "${data.external.dir_hash.*.result.hash[count.index]}"
1718
}
1819

1920
provisioner "local-exec" {

0 commit comments

Comments
 (0)