1. 28 Jun, 2019 3 commits
  2. 11 Jun, 2019 2 commits
  3. 09 Jun, 2019 1 commit
  4. 29 Mar, 2019 2 commits
  5. 22 Mar, 2019 2 commits
    • Anton Babenko's avatar
      Updated CHANGELOG · f9d54d55
      Anton Babenko authored
      f9d54d55
    • Daniel Piddock's avatar
      Remove unused submodule output (#108) · af571937
      Daniel Piddock authored
      * Remove unused submodule output
      
      This breaks plan when trying to create a read replica without setting
      the master password.
      
      module.database.module.db_instance.local.this_db_instance_password: local.this_db_instance_password: Resource 'aws_db_instance.this' does not have attribute 'password' for variable 'aws_db_instance.this.*.password'
      
      * Add postgres and mysql replica example
      af571937
  6. 18 Mar, 2019 1 commit
  7. 16 Mar, 2019 1 commit
  8. 11 Mar, 2019 2 commits
  9. 10 Mar, 2019 1 commit
  10. 06 Oct, 2018 2 commits
  11. 19 Aug, 2018 1 commit
  12. 18 Aug, 2018 2 commits
  13. 20 Jun, 2018 1 commit
  14. 06 Jun, 2018 1 commit
  15. 04 Jun, 2018 4 commits
  16. 16 May, 2018 1 commit
  17. 03 Apr, 2018 2 commits
  18. 14 Mar, 2018 2 commits
  19. 06 Mar, 2018 2 commits
  20. 15 Feb, 2018 1 commit
  21. 09 Feb, 2018 1 commit
  22. 31 Jan, 2018 1 commit
    • Jim Razmus II's avatar
      Support conditional creation for the database too. (#36) · 8a5af3e0
      Jim Razmus II authored
      * Support conditional creation for the database too.
      
      * Database instance outputs need to accommodate the case where count is zero.
      
      * Declare variables that allow conditional creation of the database, parameter group, and subnet group. Pass them from main.tf to the nested modules.
      
      * Consistently accommodate boolean like arguments.
      8a5af3e0
  23. 30 Jan, 2018 1 commit
  24. 23 Jan, 2018 1 commit
  25. 15 Jan, 2018 1 commit
  26. 08 Dec, 2017 1 commit
    • Daniel Piddock's avatar
      Add create_before_destroy to parameter group (#30) · f2245e3a
      Daniel Piddock authored
      aws_db_parameter_group (or AWS?) does not support removing previously
      defined parameters.
      
      I thought I'd give "taint" a spin and force the parameter group to be
      recreated.  terraform tried to delete the parameter group but failed as
      it's still in use.
      
      This change allows terraform to migrate the RDS instance to the new
      parameter group before destroying the old.
      f2245e3a