Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 27, 2022
1 parent b6a5bef commit 96c4348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ locals {
tfstate_key_arn = aws_kms_key.tfstate_key.arn
tfstate_bucket = var.tfstate_bucket != "" ? var.tfstate_bucket : format("%v-%v", var.tfstate_bucket_prefix, local.account_id)

tfstate_policy_name = format("%v%v", lookup(local._prefixes, "policy", ""), var.name)
tfstate_policy_name = format("%v%v", lookup(local._prefixes, "policy", ""), var.tfstate_bucket_prefix)

base_tags = {
"boc:tf_module_version" = local._module_version
Expand Down

0 comments on commit 96c4348

Please sign in to comment.