Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
sachincool authored Oct 22, 2024
1 parent 826f165 commit 59809ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resource "null_resource" "helm_install" {
chart_version = var.chart_version
release_name = var.release_name
namespace = var.namespace
always_run = "${timestamp()}"
}

provisioner "local-exec" {
Expand Down

0 comments on commit 59809ca

Please sign in to comment.