BACKWARDS INCOMPATIBILITIES / NOTES:
- The
auto_minor_version_upgrade
variable has been renamed toenable_automatic_minor_version_upgrade
. - The default value of
max_allocated_storage
has changed from0
tonull
.
ENHANCEMENTS:
- This module is now compatible with version 4 of the AWS provider.
- A
database_port
variable has been added allowing the listen port of the RDS database instance and the open port of the security group to be changed. - A
storage_iops
variable has been added allowing the database storage IOPS to be configured. - An
allow_public_access
variable has been added allowing the database instance to be exposed to the public Internet if required. Access is still controlled via theprivate_network_cidr
variable and the security group so set this variable to"0.0.0.0/0"
if you want to allow full public access.
- Performance insights can be enabled by setting
performance_insights_enabled
to"yes"
.
IMPROVEMENTS:
- The storage type for the database can now be specified via the
storage_type
var as one of"standard"
or"gp2"
. - Automatic minor version upgrades can now be disabled by passing
"no"
for theauto_minor_version_upgrade
var.
BACKWARDS INCOMPATIBILITIES / NOTES:
- This module is now compatible with Terraform 0.14 and higher.