Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 14, 2023
1 parent 1531fa1 commit bd67838
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 @@ -62,7 +62,7 @@ resource "null_resource" "vpce" {
command = format("touch %v/setup/.vpce.%v", path.root, self.triggers.service)
}
provisioner "local-exec" {
when = "destroy"
when = destroy
command = format("rm %v/setup/.vpce.%v", path.root, self.triggers.service)
}
}
Expand Down

0 comments on commit bd67838

Please sign in to comment.