Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 1, 2022
1 parent 9980fab commit cc7c134
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions access_keys.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ resource "null_resource" "rotate_keys_tfvars" {
working_dir = self.triggers.access_keys_directory
command = "echo access_key.yml > .gitignore"
}
provisioner "local-exec" {
when = create
working_dir = self.triggers.access_keys_directory
command = "echo create-profile.*.sh >> .gitignore"
}

# provisioner "local-exec" {
# when = create
Expand Down

0 comments on commit cc7c134

Please sign in to comment.