Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 13, 2022
1 parent 63fcc46 commit 8a62944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ resource "null_resource" "role_ldif" {
}
provisioner "local-exec" {
when = destroy
command = format("rm -f %v/setup/%v.ldif", path.root, local.role_name)
command = format("rm -f %v/setup/%v.ldif", path.root, self.triggers.name)
}
provisioner "local-exec" {
command = "echo 'Once complete, execute tf-apply again to create LDAP group'"
Expand Down

0 comments on commit 8a62944

Please sign in to comment.