Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 17, 2022
1 parent 052fee2 commit fe86e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access_keys.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {
profile = var.profile == null ? "" : var.profile
pgp_key_file = fileexists(var.pgp_key_file) ? var.pgp_key_file : ""
})
access_key_file = templatefile("${path.module}/templates/access-key.tpl",
access_key_file = templatefile("${path.module}/templates/access_key.tpl",
{
username = aws_iam_user.user.name
profile = var.profile == null ? "" : var.profile
Expand Down

0 comments on commit fe86e78

Please sign in to comment.