Skip to content

Instantly share code, notes, and snippets.

@limed
Created October 6, 2017 17:49
Show Gist options
  • Select an option

  • Save limed/7412f68b56431c0767a0ca37b7e63549 to your computer and use it in GitHub Desktop.

Select an option

Save limed/7412f68b56431c0767a0ca37b7e63549 to your computer and use it in GitHub Desktop.
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