Skip to content

Commit

Permalink
fix: removed unused local variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed Nov 19, 2024
1 parent bf83b2d commit 3a217bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ locals {
apiary_bucket_prefix = "${local.instance_alias}-${data.aws_caller_identity.current.account_id}-${data.aws_region.current.name}"
apiary_assume_role_bucket_prefix = [for assumerole in var.apiary_assume_roles : "${local.instance_alias}-${data.aws_caller_identity.current.account_id}-${lookup(assumerole, "allow_cross_region_access", false) ? "*" : data.aws_region.current.name}"]
enable_route53_records = var.apiary_domain_name == "" ? false : true
hms_readwrite_namespace = var.hms_readwrite_namespace
hms_readonly_namespace = var.hms_readonly_namespace
datadog_tags = join(" ", formatlist("%s:%s", keys(var.apiary_tags), values(var.apiary_tags)))
#
# Create a new list of maps with some extra attributes needed later
Expand Down

0 comments on commit 3a217bf

Please sign in to comment.