Releases: cloudposse/terraform-aws-redshift-cluster
Releases · cloudposse/terraform-aws-redshift-cluster
v1.3.1
v1.3.0
Remove cluster_security_groups @v3rm0n (#17)
cluster_security_groups was removed in AWS Provider v5 https://registry.terraform.io/providers/BigEyeLabs/aws-test/latest/docs/guides/version-5-upgrade#data-sourceaws_redshift_cluster
what
Removed cluster_security_groups from outputs
why
cluster_security_groups was removed in AWS Provider v5
references
Sync github @max-lobur (#13)
Rebuild github dir from the template
v1.2.0
- No changes
v1.1.0
Groundwork new workflows @max-lobur (#12)
Fix lint/format before workflows rollout
v1.0.0
Update module versions, examples, tests, README. Add new (missing) variables @aknysh (#9)
what
- Update module versions, examples, tests, README
- Add new (missing) variables
- Rename variables
- Fix typos
why
- Use new versions of all modules
- Update example to the latest versions
- Add an example to README
- Rename variables to use
_enabled
pattern - Update tests to use
Go
1.18 and our latest test patterns (testing enabled and disabled module)
related
git.io->cloudposse.tools update @dylanbannon (#7)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
v0.1.2
🤖 Automatic Updates
Update context.tf @cloudpossebot (#6)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.1.1
🚀 Enhancements
Add count to aws_redshift_parameter_group @nitrocode (#2)
what
- Add count to aws_redshift_parameter_group
- README update
why
- enabled=false should work
- Modern way of invoking a module
references
N/A
0.1.0 Initial implementation
Initial implementation