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 d3bec7f commit 9980fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ resource "aws_iam_user_policy" "user_policy" {
}

resource "local_sensitive_file" "user_create_profile" {
filename = format("%v/access_keys/%v/create-profile.%v.sh", path.root, aws_iam_user.user.name)
filename = format("%v/access_keys/%v/create-profile.sh", path.root, aws_iam_user.user.name)
file_permission = "0755"
content = templatefile("${path.module}/templates/create-profile.sh.tpl", {
username = aws_iam_user.user.name
Expand Down

0 comments on commit 9980fab

Please sign in to comment.