From d0cb8b728cae8395d9943f300d3f78cd16e9ee02 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 1 Aug 2022 13:53:30 -0400 Subject: [PATCH] fix --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 7f15204..bd39fe0 100644 --- a/main.tf +++ b/main.tf @@ -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 }) }