Skip to content

Releases: cloudposse/terraform-aws-redshift-cluster

v1.3.0

04 Mar 21:27
972ec5e
Compare
Choose a tag to compare
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

https://registry.terraform.io/providers/BigEyeLabs/aws-test/latest/docs/guides/version-5-upgrade#data-sourceaws_redshift_cluster

Sync github @max-lobur (#13)

Rebuild github dir from the template

v1.2.0

17 May 09:08
96f5b1b
Compare
Choose a tag to compare
  • No changes

v1.1.0

28 Mar 09:55
96f5b1b
Compare
Choose a tag to compare
Groundwork new workflows @max-lobur (#12)

Fix lint/format before workflows rollout

v1.0.0

16 Jul 02:55
3e3810a
Compare
Choose a tag to compare
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

  • Closes #3
  • Closes #4
  • Closes #8
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

20 Nov 04:25
305bfa4
Compare
Choose a tag to compare

🤖 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

24 Aug 22:19
35df398
Compare
Choose a tag to compare

🚀 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

20 Apr 07:11
50f696f
Compare
Choose a tag to compare

Initial implementation