Skip to content

Releases: cloudposse/terraform-aws-rds-replica

0.2.0 Add support for same region replicas

22 Mar 19:11
Compare
Choose a tag to compare

what

  • Add support for same region replicas

why

  • If the replica is in the same AWS region as the master, a new aws_db_subnet_group should not be created since it inherited from the master
  • Finish up #3
  • Closes #2

0.1.0: Initial implementation (#1)

06 Jan 05:43
e428509
Compare
Choose a tag to compare
* initial implementation

* add enabled

* Update readme

* Update LICENSE