- 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 8 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
-
Anton Babenko authored
Added complete example for Postgres RDS
-
Mazedur Rahman authored
-
-
Mazedur Rahman authored
-
Mazedur Rahman authored
-
Anton Babenko authored
support final_snapshot_identifier
-
- 11 Oct, 2017 9 commits
-
-
Daniel Jensen authored
-
Anton Babenko authored
Update README
-
Robin Bowes authored
-
Anton Babenko authored
-
Anton Babenko authored
Add enhanced monitoring
-
Mazedur Rahman authored
-
Mazedur Rahman authored
-
Mazedur Rahman authored
-
Mazedur Rahman authored
-
- 30 Sep, 2017 3 commits
-
-
Robin Bowes authored
-
Robin Bowes authored
-
Robin Bowes authored
-
- 28 Sep, 2017 8 commits
-
-
Anton Babenko authored
Using `storage_encrypted` to set the db_instance.storage_encrypted
-
Felipe Martin authored
-
Felipe Martin authored
-
Felipe Martin authored
-
Felipe Martin authored
-
Felipe Martin authored
-
Felipe Martin authored
-
Felipe Martin authored
-
- 27 Sep, 2017 2 commits
-
-
Felipe Martin authored
-
Felipe Martin authored
-
- 21 Sep, 2017 2 commits
-
-
Daniel Jensen authored
-
Anton Babenko authored
db parameters can now be passed to db_parameter_group module
-