Skip to content

Releases: FlexibleEngineCloud/terraform-flexibleengine-rds

v2.1.6

11 Jan 17:19
9e2503b
Compare
Choose a tag to compare
  • Set type parameter in datastore section in flexibleengine_rds_parametergroup_v3 to avoid Parameter Group to be changed with the type set to lowercase (type is inherited from the DB Type name which is a lower/upper case mixed string)

v2.1.5

22 Dec 15:25
51c30a0
Compare
Choose a tag to compare

Module now includes the parameter group as a map of parameters, no more need to declare a parameter group outside the module (see example for usage)

v2.1.4

18 Dec 13:06
e4af47a
Compare
Choose a tag to compare

Add parameter group ID setting with external parameter group definition (external resources flexibleengine_rds_parametergroup_v3)

v2.1.3

23 Sep 11:40
Compare
Choose a tag to compare

Change vpc_name to vpc_id
Change subnet_name by subnet_id
Change db_sg by secgroup_id

Breaking changes : Now, you need to retrieve the id of the vpc, subnet and security group outside of this module.

v2.1.2

07 Sep 15:31
f08c096
Compare
Choose a tag to compare

Fixing used provider by this module in order to used the correct one (https://registry.terraform.io/providers/FlexibleEngineCloud/flexibleengine/latest)

v2.1.1

04 Sep 14:33
c57954c
Compare
Choose a tag to compare
Update README.md

v2.1.0

02 Sep 16:08
7db304f
Compare
Choose a tag to compare

New features :

  • Add the possibility to create and attach read only replicas to an RDS instance.
  • Add a parameter to enable volume encryption on RDS instance and read replica.

v2.0.0

26 Aug 15:48
Compare
Choose a tag to compare

Upgrade to Terraform 0.13

v1.0.0

26 Aug 15:05
Compare
Choose a tag to compare

First release of the RDS module