Skip to content

Commit

Permalink
prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 22, 2020
1 parent ff8bb31 commit 10824aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ locals {
}
account_id = data.aws_caller_identity.current.account_id
aws_region = data.aws_region.current.name
partition = data.aws_arn.current.partition
#partition = data.aws_arn.current.partition
#name = (var.name != "" && var.name != null) ? var.name : format("k-kms-%v-%v", var.bucket_name, local.aws_region)
name = var.bucket_name

Expand All @@ -23,7 +23,7 @@ locals {
kms_key_name = format("%s%s", local._prefixes["kms"], var.bucket_name)

base_tags = {
"boc:tf_module_version" = var._module_version
# "boc:tf_module_version" = var._module_version
"boc:created_by" = "terraform"
}
}
Expand Down

0 comments on commit 10824aa

Please sign in to comment.