Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 24, 2022
1 parent b41579f commit 7c4e917
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions access_keys.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ resource "null_resource" "access_key_file_decrypt_key" {
access_key_file = var.create_access_keys ? join("", local_sensitive_file.access_key_file.*.filename) : "empty.txt"
}
provisioner "local-exec" {
working_dir = self.triggers.access_keys_directory
command = "${path.module}/bin/decrypt-secret-key.sh ${self.triggers.access_key_file}"
command = "${path.module}/bin/decrypt-secret-key.sh ${self.triggers.access_key_file}"
}
# depends_on = [null_resource.rotate_keys_tfvars]
}

0 comments on commit 7c4e917

Please sign in to comment.