Skip to content

Commit febc4c3

Browse files
committed
fix
1 parent f577343 commit febc4c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/kube-audit/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ resource "null_resource" "install_required_binaries" {
22
count = var.install_required_binaries ? 1 : 0
33

44
triggers = {
5-
set_audit_log_policy = null_resource.set_audit_log_policy
6-
set_webhook = null_resource.set_audit_webhook
7-
kube_audit = helm_release.kube_audit
5+
build_number = timestamp()
86
}
97
provisioner "local-exec" {
108
command = "${path.module}/scripts/install-binaries.sh"

0 commit comments

Comments
 (0)