Skip to content

Commit

Permalink
locals
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 22, 2020
1 parent 094fbee commit ab1b7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ locals {
region = var.region

s3_bucket_names = formatlist("v-s3-%v", var.s3_bucket_names)
key_name = format("k-kms-%v", local.app_name)
#key_name = format("k-kms-%v", local.app_name)
}

2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
enforced_tags = {
"boc:safeguard" = "title26"
}
account_id = data.aws_caller_identity.current.account_id
#account_id = data.aws_caller_identity.current.account_id
#aws_region = data.aws_region.current.name
#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)
Expand Down

0 comments on commit ab1b7ce

Please sign in to comment.