Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 24, 2022
1 parent 1281125 commit 6a5826a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions access_keys.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ resource "null_resource" "access_key_file_decrypt_key" {
triggers = {
access_keys_directory = var.create_access_keys ? format("%v/%v", path.root, join("", null_resource.rotate_keys_tfvars.*.triggers.access_keys_directory)) : "."
access_key_file = var.create_access_keys ? join("", local_sensitive_file.access_key_file.*.filename) : "empty.txt"
access_key_file_id = var.create_access_keys ? join("", local_sensitive_file.access_key_file.*.id) : ""
}
provisioner "local-exec" {
command = "${path.module}/bin/decrypt-secret-key.sh ${self.triggers.access_key_file}"
Expand Down

0 comments on commit 6a5826a

Please sign in to comment.