Skip to content

Releases: rhythmictech/terraform-aws-rds-postgres

v6.0.0-rc1

30 Jul 13:16
Compare
Choose a tag to compare
v6.0.0-rc1 Pre-release
Pre-release

Full Changelog: v5.0.0...v6.0.0-rc1

v5.0.0

08 Nov 21:31
16321bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v5.0.0

v2.0.4

08 Nov 21:50
b596ab6
Compare
Choose a tag to compare

v4.6.0

28 Feb 14:52
38f1b6d
Compare
Choose a tag to compare

What's Changed

If you're using our bitbucket module

terraform state mv \
'module.bitbucket.module.bitbucketdb.aws_db_instance.this_ignore_engine_version[0]' \
'module.bitbucket.module.bitbucketdb.aws_db_instance.this_ignore[0]'

or just this one

terraform state mv \
'module.bitbucketdb.aws_db_instance.this_ignore_engine_version[0]' \
'module.bitbucketdb.aws_db_instance.this_ignore[0]'

Full Changelog: v4.5.0...v4.6.0

v4.5.0

28 Feb 00:46
9d2746f
Compare
Choose a tag to compare

What's Changed

  • Update params variable to allow more attributes by @sblack4 in #14

Full Changelog: v4.4.0...v4.5.0

v4.4.0

28 Feb 00:17
2538a9b
Compare
Choose a tag to compare

What's Changed

  • Ignore version changes to engine, also update CI by @sblack4 in #13

If you're upgrading from the last version and want to start ignoring the engine version changes without destroying your database here's a command

terraform state mv 'module.bitbucketdb.aws_db_instance.this' 'module.bitbucketdb.aws_db_instance.this_ignore_engine_version[0]'

You may need to adjust the module name

Full Changelog: v4.3.0...v4.4.0

v2.0.3

28 Feb 15:01
1da1eca
Compare
Choose a tag to compare

Full Changelog: v2.0.2...v2.0.3

Ignore changes to engine version

v4.3.0: Merge pull request #12 from desavera/master

18 May 17:19
46696f2
Compare
Choose a tag to compare
  • Merge pull request #8 from rhythmictech/implicit-enhanced-monitoring-role

    add support for auto-creation of monitoring role

Change how database name is handled

13 Nov 16:21
bb7b703
Compare
Choose a tag to compare

Also introduces support for automatically creating enhanced monitoring role.

v4.1.0-rc3

12 Nov 15:57
04cb64c
Compare
Choose a tag to compare
fix parameter group family