Skip to content

Commit

Permalink
* 2.3.3 -- 2024-06-17
Browse files Browse the repository at this point in the history
  - enable override_prefixes to actually work
  • Loading branch information
badra001 committed Jun 17, 2024
1 parent b1105ea commit 092a9b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,5 @@ tag: 2.0.1
- change default from ldap.e.tco to ldap2.e.tco
- update documentation 2023-10-11

* 2.3.3 -- 2024-06-17
- enable override_prefixes to actually work
3 changes: 2 additions & 1 deletion prefixes.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
_prefixes = {
__prefixes = {
"efs" = "v-efs-"
"s3" = "v-s3-"
"ebs" = "v-ebs-"
Expand All @@ -9,4 +9,5 @@ locals {
"security-group" = ""
# "security-group" = "sg-"
}
_prefixes = merge(local.__prefixes, var.override_prefixes)
}
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
# _module_version = "1.4.0"
_module_version = "2.3.2"
_module_version = "2.3.3"
}

0 comments on commit 092a9b5

Please sign in to comment.