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 50223b6 commit 347f9d8
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 @@ -18,7 +18,7 @@ locals {
rotate_keys_tfvars = templatefile("${path.module}/templates/rotate-keys.tpl",
{
username = aws_iam_user.user.name
region = local.environment == "ew" ? "us-east-1" : "us-gov-east-1"
region = local.account_environment == "ew" ? "us-east-1" : "us-gov-east-1"
profile = var.profile
pgp_key_file = fileexists(var.pgp_key_file) ? var.pgp_key_file : ""
})
Expand Down

0 comments on commit 347f9d8

Please sign in to comment.