All notable changes to this project will be documented in this file.
v2.17.0 - 2020-04-11
- feat: Support enable_http_endpoint - Data API (#117)
- Updated postgres example to latest engine_version
v2.16.0 - 2020-02-26
- Updated pre-commit-terraform with README
- Updated pre-commit-terraform with README
- Adding support for ca_cert_identifier for the upcoming RDS cert update on 5 March 2020 (#91) (#98)
- Added missing type type for allowed_security_groups variable (#97)
v2.15.0 - 2020-01-28
- Disabled special characters in random_password (#101)
v2.14.0 - 2020-01-23
- Changed random_id to random_password resource (#99)
v2.13.0 - 2020-01-23
- Adding version requirements
v2.12.0 - 2020-01-23
- Updated pre-commit-terraform to support terraform-docs 0.8
- Hide sensitive password data from cli output (#89)
v2.11.0 - 2019-11-29
- Made description of security group backward compatible (and optional) (#87)
- Add security group name and description (#80)
- Updated README
- Set null as default db_parameter_group_name (#72)
- Support setting aws_rds_cluster iam roles (#74)
- Fix the error when "create_security_group" is false (#75)
- Added support for conditional creation of SG and allowed CIDR blocks (#71)
- Updated README
- Add option to customise predefined_metric_type (#66)
- Added support for backtrack_window, cross region read replicas, copy_tags_to_snapshots, scaling_configurations (#70)
- Fixes after #64 (subnets are optional now), updated pre-commit hooks and docs
- Add support to use existing subnet group name (#64)
- Fix PostgreSQL example link (#52)
- Support using previously created SG for Aurora cluster - TF 0.12 (#49)
- Add cluster ARN output as 'this_rds_cluster_arn' (#48)
- Upgraded module to support Terraform 0.12 (#45)
on ../../modules/aws-rds-aurora/main.tf line 4, in locals:
4: db_subnet_group_name = var.db_subnet_group_name == "" ? aws_db_subnet_group.this[0].name : var.db_subnet_group_name
|----------------
| aws_db_subnet_group.this is empty tuple
when calling import with this module in the configuration.
v1.21.0 - 2019-11-28
- Revert "add support for ca_cert_identifier option (#83)" (#85)
- add support for ca_cert_identifier option (#83)
- Updated docs
- Add scaling_configuration (#63)
- Added ability to deploy a cross region Aurora Cluster Read Replica (#69)
- Added backtrack_windows for Aurora (#57)
- Added changelog
- Added copy_tags_to_snapshot (closes #60)
- Allow the addition of IP-based ingress rules (#51)
- vpc_security_group_ids for Terraform 0.11 (#46)
v2.10.0 - 2019-11-28
- Add security group name and description (#80)
- Updated README
- Set null as default db_parameter_group_name (#72)
- Support setting aws_rds_cluster iam roles (#74)
- Fix the error when "create_security_group" is false (#75)
- Added support for conditional creation of SG and allowed CIDR blocks (#71)
- Updated README
- Add option to customise predefined_metric_type (#66)
- Added support for backtrack_window, cross region read replicas, copy_tags_to_snapshots, scaling_configurations (#70)
- Fixes after #64 (subnets are optional now), updated pre-commit hooks and docs
- Add support to use existing subnet group name (#64)
- Fix PostgreSQL example link (#52)
- Support using previously created SG for Aurora cluster - TF 0.12 (#49)
- Add cluster ARN output as 'this_rds_cluster_arn' (#48)
- Upgraded module to support Terraform 0.12 (#45)
on ../../modules/aws-rds-aurora/main.tf line 4, in locals:
4: db_subnet_group_name = var.db_subnet_group_name == "" ? aws_db_subnet_group.this[0].name : var.db_subnet_group_name
|----------------
| aws_db_subnet_group.this is empty tuple
when calling import with this module in the configuration.
v1.20.0 - 2019-11-28
- add support for ca_cert_identifier option (#83)
- Updated docs
- Add scaling_configuration (#63)
- Added ability to deploy a cross region Aurora Cluster Read Replica (#69)
- Added backtrack_windows for Aurora (#57)
- Added changelog
- Added copy_tags_to_snapshot (closes #60)
- Allow the addition of IP-based ingress rules (#51)
- vpc_security_group_ids for Terraform 0.11 (#46)
v2.9.0 - 2019-11-08
- Updated README
- Set null as default db_parameter_group_name (#72)
v2.8.0 - 2019-11-08
- Support setting aws_rds_cluster iam roles (#74)
v2.7.0 - 2019-11-08
- Fix the error when "create_security_group" is false (#75)
v2.6.0 - 2019-09-30
- Added support for conditional creation of SG and allowed CIDR blocks (#71)
v2.5.0 - 2019-09-30
- Updated README
- Add option to customise predefined_metric_type (#66)
v2.4.0 - 2019-09-30
- Added support for backtrack_window, cross region read replicas, copy_tags_to_snapshots, scaling_configurations (#70)
- Fixes after #64 (subnets are optional now), updated pre-commit hooks and docs
- Add support to use existing subnet group name (#64)
- Fix PostgreSQL example link (#52)
- Support using previously created SG for Aurora cluster - TF 0.12 (#49)
- Add cluster ARN output as 'this_rds_cluster_arn' (#48)
- Upgraded module to support Terraform 0.12 (#45)
v1.19.0 - 2019-09-29
- Updated docs
- Add scaling_configuration (#63)
v1.18.0 - 2019-09-29
- Added ability to deploy a cross region Aurora Cluster Read Replica (#69)
v1.17.0 - 2019-09-28
- Added backtrack_windows for Aurora (#57)
v1.16.0 - 2019-09-28
- Added changelog
- Added copy_tags_to_snapshot (closes #60)
- Allow the addition of IP-based ingress rules (#51)
- vpc_security_group_ids for Terraform 0.11 (#46)
v2.3.0 - 2019-08-29
- Fixes after #64 (subnets are optional now), updated pre-commit hooks and docs
- Add support to use existing subnet group name (#64)
- Fix PostgreSQL example link (#52)
v2.2.0 - 2019-06-24
- Support using previously created SG for Aurora cluster - TF 0.12 (#49)
- Add cluster ARN output as 'this_rds_cluster_arn' (#48)
- Upgraded module to support Terraform 0.12 (#45)
v1.15.0 - 2019-06-24
v2.1.0 - 2019-06-14
- Add cluster ARN output as 'this_rds_cluster_arn' (#48)
- Upgraded module to support Terraform 0.12 (#45)
v1.14.0 - 2019-06-13
- vpc_security_group_ids for Terraform 0.11 (#46)
v2.0.0 - 2019-06-11
- Upgraded module to support Terraform 0.12 (#45)
v1.13.0 - 2019-04-25
- Fixed formatting
- Remove unused variable identifier_prefix (#36)
- Correct description of replica_scale_min variable (#37)
v1.12.0 - 2019-03-22
- Fix formatting
- Feature/rds cluster resource id output (#31)
v1.11.0 - 2019-03-22
- Fix formatting and string variables
- add engine_mode and global_cluster_identifier (#32)
v1.10.0 - 2019-02-28
- Fixed readme
- add enabled_cloudwatch_logs_exports (#29)
v1.9.0 - 2019-02-16
- Remove validation
- Add support for IAM Database authentication
v1.8.0 - 2019-01-31
- Updated example with correct allowed_security_groups_count
- Run pre-commit hooks
- Hardcode number of allowed_security_groups
v1.7.0 - 2019-01-30
- Removing myself from README
v1.6.0 - 2019-01-30
- Merge remote-tracking branch 'origin/master' into pr-13
- Added output for database_name
- add support for database_name argument
v1.5.0 - 2019-01-30
- Merge branch 'master' into support_deletion_protection
- Added argument deletion_protection
v1.4.0 - 2019-01-30
- Removed availability_zones var (closes #10)
v1.3.0 - 2019-01-30
- Run pre-commit hooks
- Merge branch 'master' into fix_az
- Fixed variable for az
v1.1.0 - 2019-01-30
- Run pre-commit hooks
- 3 adjustments: - Avoid description attr on aws_security_group to avoid forcing new instance on changes - Use name-prefix to ensure unique names - Avoid unnecessary name-prefixes
v1.0.0 - 2018-12-11
- Updated pre-commit hooks version
- Fix for: 'count' cannot be computed
- Added few files
- Made small changes to be closer to other terraform-aws-modules
- adding pre commit hooks config
- updating readme, docs, main.tf etc
- adding port output
- adding 3 examples
- Removing route53 record and all monitoring as requested
- many fixes and changes
- Initial commit
- Initial commit
- Initial commit