Releases: fivexl/terraform-aws-shared-parameters
0.0.6
Warning!
This release introduces multiple breaking changes:
-
Discontinuation of the
ous
Output Parameter
Due to size limitations, theous
output has been removed. For organizations with approximately 25 accounts, this parameter consumes around 4000 characters, which is half of the available space. For organizations with 40+ accounts, this output causes the parameter creation to fail.
As a result, theous
parameter has been deleted from both thenaming_conventions
module and the shared parameters modules. -
Renaming of the
environment_accounts
Output
Theenvironment_accounts
output has been renamed to a more suitable name:accounts_by_environment
.
Full Changelog: 0.0.5...0.0.6
0.0.5
Warning!
Releases prior to this are no longer usable. The shared parameters module heavily relies on the terraform-aws-naming-conventions module, which has been renamed. As a result, the old path is no longer accessible.
Please use release 0.0.5 or higher.
Full Changelog: 0.0.4...0.0.5
0.0.4
- lookup accounts inside org_info so we do not pass them from outside
- allow overriding name and resource share of org info parameter
Full Changelog: 0.0.3...0.0.4
0.0.3
Fix:
In the previous release, var.environment
was deleted from the chat_bot_topic_arn
shared parameter module by mistake. This release returns it.
Full Changelog: 0.0.2...0.0.3
0.0.2
Fix:
The Terraform registry cannot see any modules in directories deeper than /modules//, so all modules that were stored in ./modules/shared_parameters/* were not accessible from the Terraform registry.
This release moves all modules from ./modules/shared_parameters/modules to the ./modules/* directory.
Full Changelog: 0.0.1...0.0.2
0.0.1
Initial Release
Full Changelog: https://github.com/fivexl/terraform-aws-shared-parameters/commits/0.0.1