Releases: fivexl/terraform-aws-shared-parameters
0.1.1
Update all naming conventions modules to 0.1.1 to fix the V6 provider being blocked by the naming conventions module.
Full Changelog: 0.1.0...0.1.1
0.1.0 Allow usage of v6 terraform AWS Provider
Updates all modules to be able to use 6th provider.
0.0.7
What's Changed
- feat(shared-ssm): allow ssm without cmk and external principals by @irazzhivin in #1
New Contributors
- @irazzhivin made their first contribution in #1
Full Changelog: 0.0.6...0.0.7
0.0.6
Warning!
This release introduces multiple breaking changes:
-
Discontinuation of the
ousOutput Parameter
Due to size limitations, theousoutput 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, theousparameter has been deleted from both thenaming_conventionsmodule and the shared parameters modules. -
Renaming of the
environment_accountsOutput
Theenvironment_accountsoutput 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