Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 15, 2025
1 parent c63e244 commit 1b38173
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions examples/common/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,
)
}
5 changes: 5 additions & 0 deletions examples/common/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
finops:
number: 0
name: inf_management
roles:
- servicelinkedrole
File renamed without changes.

0 comments on commit 1b38173

Please sign in to comment.