Skip to content

Releases: rackspace-infrastructure-automation/aws-terraform-rds

v0.12.10: Merge pull request #44 from rackspace-infrastructure-automation/updat…

25 Mar 13:27
1322fd4
Compare
Choose a tag to compare
…e_cw_module

Update RDS to use newer CloudWatch module that includes `unit`

Naming Consistency

09 Feb 13:34
f22f60c
Compare
Choose a tag to compare

Update variable description from the aurora module to be more specific

Update RDS engine defaults (HLC2)

04 Jan 21:13
11df597
Compare
Choose a tag to compare
  • Updates RDS engine default versions to latest stable on each engine. #41
    • Streamlines detection of engine versions where the major version is only a single part of the version number
    • This should simplify code and additions of new versions in this category.

Update RDS engine defaults (HLC1)

04 Jan 21:13
b0ca575
Compare
Choose a tag to compare
  • Update RDS engine defaults (HLC1) #42
    • Streamlines detection of engine versions where the major version is only a single part of the version number
    • This should simplify code and additions of new versions in this category.
    • Updates detection to correctly determine major version for Oracle 19 and Postgres 12

v0.12.7

02 Dec 23:30
fcca77e
Compare
Choose a tag to compare
  • Update CloudWatch Alarm module pinning to v0.12.4 (#38)
  • Allow Microsoft SQL Server RDS instances to join a Directory Service domain (#40)

CI Updates

30 Oct 15:19
c1b13fe
Compare
Choose a tag to compare

Update testing to use Terraform 0.13 and AWS Provider 3.0

v0.12.5

21 Oct 20:18
f1a51c5
Compare
Choose a tag to compare
Merge pull request #34 from rackspace-infrastructure-automation/perf_…

…insights

Enabling performance insights

v0.12.4

25 Sep 19:15
9c11c6b
Compare
Choose a tag to compare
  • Update options var to use a list as list(map(string)) was not allowing the map for option_settings

v0.12.3

15 Jul 17:32
4db20f8
Compare
Choose a tag to compare
Merge pull request #31 from rackspace-infrastructure-automation/postg…

…res12

Allow postgres 12

AWS Provider Update

10 Apr 17:21
2e15485
Compare
Choose a tag to compare
  • Update main.tf to >= 2.7.0
  • Update examples and tests to ~> 2.7 where applicable