Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 14, 2021
1 parent b553cdd commit 57a3c69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion patch-aws-auth/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,10 @@ resource "null_resource" "remove_temporary_files" {

provisioner "local-exec" {
working_dir = "${path.root}/setup"
command = "rm ${local.tmp_filename_prefix}.*"
command = "rm -f ${local.tmp_filename_prefix}.*"
}

depends_on = [null_resource.kubeconfig, null_resource.patch-aws-auth]
}

# output "map" {
Expand Down

0 comments on commit 57a3c69

Please sign in to comment.