Skip to content

Commit

Permalink
3.3.7: add override_prefixes for advanced usage
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 13, 2023
1 parent 9ef098b commit 7d89289
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/variables.override_prefixes.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
variable "override_prefxes" {
description = "Map of strings to override prefixes such as s3 and kms. Recommended ONLY for advanced useage (say, for inf* things)"
type = map(string)
default = {}
}
1 change: 1 addition & 0 deletions kms_key/variables.override_prefixes.tf
1 change: 1 addition & 0 deletions standard/variables.override_prefixes.tf
1 change: 1 addition & 0 deletions title26/variables.override_prefixes.tf

0 comments on commit 7d89289

Please sign in to comment.