Skip to content

Commit

Permalink
feat: add tags.tf and tags.yml to module
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Jul 8, 2026
1 parent 27c7f1d commit 964e551
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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,
)
}
10 changes: 10 additions & 0 deletions tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
finops:
number: 2
name: csvd_patch
roles:
- rds
- kms
- sqs
- iam
- lambda
- cloudwatch

0 comments on commit 964e551

Please sign in to comment.