Releases: devops4me/terraform-aws-postgres-rds
Releases · devops4me/terraform-aws-postgres-rds
terraform-aws-postgres-rds-v1.0.2
This release adds the publicly accessible boolean flag to both module and example.
The following have also been delivered
- improved module documentation
- added dockerized module example
- tidied up the module variables list
- added conditionals around public private subnets dependending on public accessibility
This is a patch release as the new publicly accessible variable defaults to false so does not break the interface contract with any currently dependent terraform code.
terraform-aws-postgres-rds-v1.0.1
This baseline release for terraform community module caters for Terraform version 0.12 (up to currently 0.12.8).
This release
- has a working example
- has good quality documentation
- supports create new and cloned RDS databases
- uses the vpc-network and security-group modules in the examples