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 de154f7 commit d1a9b7f
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 @@ -19,7 +19,7 @@ locals {
{
username = aws_iam_user.user.name
region = local.account_environment == "ew" ? "us-east-1" : "us-gov-east-1"
profile = var.profile
profile = var.profile == null ? "" : var.profile
pgp_key_file = fileexists(var.pgp_key_file) ? var.pgp_key_file : ""
})
}
Expand Down

0 comments on commit d1a9b7f

Please sign in to comment.