Skip to content

Commit

Permalink
change to rm -f
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 14, 2023
1 parent bd67838 commit d933089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc-interface-endpoint/route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resource "null_resource" "vpce" {
}
provisioner "local-exec" {
when = destroy
command = format("rm %v/setup/.vpce.%v", path.root, self.triggers.service)
command = format("rm -f %v/setup/.vpce.%v", path.root, self.triggers.service)
}
}

Expand Down

0 comments on commit d933089

Please sign in to comment.