Skip to content

Commit

Permalink
add prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 29, 2025
1 parent 6b54843 commit 75a68f5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
13 changes: 13 additions & 0 deletions common/prefixes.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
locals {
__prefixes = {
"efs" = "v-efs-"
"s3" = "v-s3-"
"ebs" = "v-ebs-"
"kms" = "k-kms-"
"role" = "r-"
"policy" = "p-"
"security-group" = ""
# "security-group" = "sg-"
}
_prefixes = merge(local.__prefixes, var.override_prefixes)
}
13 changes: 0 additions & 13 deletions prefixes.tf

This file was deleted.

1 change: 1 addition & 0 deletions prefixes.tf
1 change: 1 addition & 0 deletions rolesanywhere/prefixes.tf

0 comments on commit 75a68f5

Please sign in to comment.