0.2.1
Release Notes
- Refactored module to inherit provider configuration from root module in order to support
count
on the bignbit module.
Note
If bignbit was previously deployed without using count
and count
is added, most resources will need to be destroyed and recreated as they will transition from a single item to a list of 1 item. This will require extra care to be taken during deployment including potentially emptying both the ECR repository and the S3 staging bucket to allow for deletion. Alternatively it may be possible to terraform import
the existing resources into the new plan but that was not tested.
Test Results
Tested in services UAT by setting count = 1
on the bignbit module and running terraform apply
Changelog
[0.2.1]
Added
Changed
Deprecated
Removed
Fixed
- issues/50: Fixed bug where
count
is unsupported for bignbit by inheriting the AWS provider config from the root module
Security
What's Changed
- Release/0.2.1 by @frankinspace in #51
Full Changelog: 0.2.0...0.2.1