Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 5, 2024
1 parent cf87368 commit 2f5becd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions acmpca/locals.tf

This file was deleted.

9 changes: 9 additions & 0 deletions acmpca/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@
* the ARN if completed. You'll use the ARN for an AWS LB Listener.
*/

locals {
account_id = var.account_id != "" ? var.account_id : data.aws_caller_identity.current.account_id
account_environment = data.aws_arn.current.partition == "aws-us-gov" ? "gov" : "ew"

base_tags = {
"boc:tf_module_version" = local._module_version
"boc:created_by" = "terraform"
}
}

0 comments on commit 2f5becd

Please sign in to comment.