Skip to content

Commit

Permalink
add create-profile.USERNAME.sh generation
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 1, 2022
1 parent 07799cb commit f425916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions access_keys.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ 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 f425916

Please sign in to comment.