1. 17 Jul, 2019 2 commits
  2. 28 Jun, 2019 5 commits
  3. 11 Jun, 2019 2 commits
  4. 09 Jun, 2019 1 commit
  5. 29 Mar, 2019 2 commits
  6. 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
  7. 18 Mar, 2019 1 commit
  8. 16 Mar, 2019 1 commit
  9. 11 Mar, 2019 2 commits
  10. 10 Mar, 2019 1 commit
  11. 06 Oct, 2018 2 commits
  12. 19 Aug, 2018 1 commit
  13. 18 Aug, 2018 2 commits
  14. 20 Jun, 2018 1 commit
  15. 06 Jun, 2018 1 commit
  16. 04 Jun, 2018 4 commits
  17. 16 May, 2018 1 commit
  18. 03 Apr, 2018 2 commits
  19. 14 Mar, 2018 2 commits
  20. 06 Mar, 2018 2 commits
  21. 15 Feb, 2018 1 commit
  22. 09 Feb, 2018 1 commit
  23. 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