Skip to content

Commit

Permalink
add locals
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 21, 2025
1 parent 6e73e84 commit f38d9a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
locals {
base_tags = {
"boc:created_by" = "terraform"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ main_files:
- service-linked-roles.tf
- variables.service-linked-roles.auto.tfvars
- variables.service-linked-roles.tf
- locals.tf
- tags.tf
- tags.yml

Expand Down

0 comments on commit f38d9a6

Please sign in to comment.