Created
October 6, 2017 17:49
-
-
Save limed/7412f68b56431c0767a0ca37b7e63549 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules/vpc/main.tf b/modules/vpc/main.tf | |
| index b642fe7..98cf72c 100644 | |
| --- a/modules/vpc/main.tf | |
| +++ b/modules/vpc/main.tf | |
| @@ -1549,6 +1549,6 @@ resource "null_resource" "user_management_unicreds" { | |
| provisioner "local-exec" { | |
| when = "destroy" | |
| - command = "${self.triggers.unicreds_rm}/user-sync/config" | |
| + command = "${self.triggers.unicreds_rm}/user-sync/config ${self.triggers.context}" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment