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 7dec1c8 commit d0cb8b7
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 @@ -189,7 +189,7 @@ resource "local_sensitive_file" "user_create_profile" {
file_permission = "0755"
content = templatefile("${path.module}/templates/create-profile.sh.tpl", {
username = aws_iam_user.user.name
source_profile = var.profile
source_profile = local.profile
source_region = local.region
})
}

0 comments on commit d0cb8b7

Please sign in to comment.