Skip to content

Commit

Permalink
add tags.* for common/
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 18, 2025
1 parent 6d9e6d9 commit fefb647
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions local-app/aws-account-setup/ansible/roles/inf-common/files/tags.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module "tags" {
source = "git@github.e.it.census.gov:terraform-modules/boc-nts//tags"
filename = format("%v/%v", path.root, "tags.yml")

legacy_tags = merge(
var.account_tags,
var.infrastructure_tags,
var.application_tags,
)
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
finops:
number: 0
name: inf_management
roles:
- servicelinkedrole
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ main_files:
- service-linked-roles.tf
- variables.service-linked-roles.auto.tfvars
- variables.service-linked-roles.tf
- tags.tf
- tags.yml

main_files_ew:
- INF.role.billing.tf
Expand Down

0 comments on commit fefb647

Please sign in to comment.