Skip to content

Releases: fivexl/terraform-aws-shared-parameters

0.0.6

22 Nov 10:17
Compare
Choose a tag to compare

Warning!

This release introduces multiple breaking changes:

  1. Discontinuation of the ous Output Parameter
    Due to size limitations, the ous 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, the ous parameter has been deleted from both the naming_conventions module and the shared parameters modules.

  2. Renaming of the environment_accounts Output
    The environment_accounts output has been renamed to a more suitable name: accounts_by_environment.

Full Changelog: 0.0.5...0.0.6

0.0.5

20 Nov 10:35
Compare
Choose a tag to compare

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

14 Nov 16:15
Compare
Choose a tag to compare
  • 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

30 Oct 07:22
Compare
Choose a tag to compare

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

28 Oct 08:54
Compare
Choose a tag to compare

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

25 Oct 10:34
Compare
Choose a tag to compare