- 11 Mar, 2019 2 commits
-
-
Anton Babenko authored
-
Robin Bowes authored
-
- 10 Mar, 2019 1 commit
-
-
Robin Bowes authored
* Create parameter group with custom name * Allow setting of parameter group description too * Move locals into main.tf * Include "no_prefix" resource in output * Update all README files with terraform docs
-
- 06 Oct, 2018 2 commits
-
-
Anton Babenko authored
-
Bill Wang authored
* Add-deletion_protection-argument * Add-deletion_protection-argument
-
- 19 Aug, 2018 1 commit
-
-
Anton Babenko authored
-
- 18 Aug, 2018 2 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
Add ability to set terraform timeouts{} map for aws_db_instance resources
-
- 20 Jun, 2018 1 commit
-
-
Anton Babenko authored
-
- 06 Jun, 2018 1 commit
-
-
Anton Babenko authored
-
- 04 Jun, 2018 4 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
-
zachawilson authored
* Support database option group * support option group with latest
-
Oren Fromberg authored
-
- 16 May, 2018 1 commit
-
-
Anton Babenko authored
-
- 03 Apr, 2018 2 commits
-
-
Anton Babenko authored
-
Alois authored
* adding two missing arguments for aws_db_instance: timezone & character_set_name * added character_set_name to oracle example * added example for mssql * added link to readme * moved tags to last line * fixed mssql example * Added conditional mssql db_instance based on var.engine. Added conditional outputs
-
- 14 Mar, 2018 2 commits
-
-
Anton Babenko authored
-
Jordi Clariana authored
-
- 06 Mar, 2018 2 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
-
- 15 Feb, 2018 1 commit
-
-
Anton Babenko authored
-
- 09 Feb, 2018 1 commit
-
-
Mohammad Ali Alfarra authored
*
✨ Enable db_subnet_group_name variable If the variable not specify then use the db_subnet_group module * Disable create_db_subnet_group if db_subnet_group_name is defined
-
- 31 Jan, 2018 1 commit
-
-
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.
-
- 30 Jan, 2018 1 commit
-
-
Anton Babenko authored
-
- 23 Jan, 2018 1 commit
-
-
Michael Gerlach authored
-
- 15 Jan, 2018 1 commit
-
-
Nazar Annagurban authored
-
- 08 Dec, 2017 2 commits
-
-
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.
-
Anton Babenko authored
-
- 16 Nov, 2017 1 commit
-
-
Martin Atkins authored
Accessing aws_db_subnet_group.this when its count = 0 is an error, so we need to instead access it via splat syntax and then apply a default value for when the resulting list is empty.
-
- 13 Nov, 2017 1 commit
-
-
Ján Koščo authored
-
- 22 Oct, 2017 1 commit
-
-
Santiago Ocamica authored
-
- 18 Oct, 2017 3 commits
-
-
aureli authored
-
Anton Babenko authored
Added iam_database_authentication_enabled and license_model model
-
Anton Babenko authored
-
- 12 Oct, 2017 5 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
-
Anton Babenko authored
Added complete example for Postgres RDS
-
Mazedur Rahman authored
-
-