Skip to content

Tags: jupiterops/terraform-aws-rds-cluster

Tags

0.21.0

Toggle 0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to specify additional security groups (cloudposse#59)

0.20.0

Toggle 0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: respect timeout_action from scaling_configuration (cloudposse#60)

* fix: respect timeout_action from scaling_configuration

`timeout_action` isn't passed through to the `aws_rds_cluster` resource when specified at the module level. This PR will fix that.

* add timeout_action to scaling_configuration variable

0.19.0

Toggle 0.19.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use the latest label module to support the environment attribute (clo…

…udposse#58)

0.18.0

Toggle 0.18.0's commit message
Backtrack (cloudposse#57)

* Adding backtrack option for RDS cluster

* Adding backtrack option for RDS cluster

* Adding backtrack option for RDS cluster

* Adding backtrack option for RDS cluster

0.17.0

Toggle 0.17.0's commit message
Adding global cluster support, IAM roles support (cloudposse#56)

* Adding global cluster support, IAM roles support

* making docs and running fmt

* making docs and running fmt, with tf 12

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Convert to TF 0.12. Add tests. Add Codefresh test pipeline (cloudposs…

…e#53)

* Convert to TF 0.12. Add tests. Add Codefresh test pipeline

* Convert to TF 0.12. Add tests. Add Codefresh test pipeline

* Convert to TF 0.12. Add tests. Add Codefresh test pipeline

* Convert to TF 0.12. Add tests. Add Codefresh test pipeline

* Convert to TF 0.12. Add tests. Add Codefresh test pipeline

* Convert to TF 0.12. Add tests. Add Codefresh test pipeline

0.15.0

Toggle 0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add cluster and reader DNS names (cloudposse#49)

* Add cluster and reader DNS names

* Update README

0.14.0

Toggle 0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added delete protection (cloudposse#48)

* Added delete protection

* Added delete protection

* Fix output

* Fix output

* Fix output

* Fix output

* Fix output

* Rename arn

* Added dbi_resources_ids output

* Added dbi_resources_ids output

* Output cluster resource id

* Fix formatting

0.13.0

Toggle 0.13.0's commit message
added instance availability zone (cloudposse#47)

* Squashed commit of the following:

commit ddb166ecd2f41fc31bba35efecc406846b3e7850
Author: Divyam Khandelwal <[email protected]>
Date:   Thu Feb 28 16:40:02 2019 +0530

    pushed sql

commit 46a87fd33a35461462fde74cbd73fc05d329d768
Merge: 51da030 bc9fa99
Author: Divyam Khandelwal <[email protected]>
Date:   Wed Feb 27 17:03:27 2019 +0530

    Merge branch 'master' of https://gitlab.com/niki-infra/dev.niki.ai into feature/nc-1561

commit 51da03098ee9962c97fa47dcf4191693051f06ba
Author: Divyam Khandelwal <[email protected]>
Date:   Wed Feb 27 16:02:28 2019 +0530

    Deployed eks

* rds preferred az

* Updated Readme

* Update variables.tf

Co-Authored-By: rverma-nikiai <[email protected]>

* Updated Readme

* Updated fmt

0.12.0

Toggle 0.12.0's commit message
Adding parameters kms_key_id and enabled_cloudwatch_logs_exports (clo…

…udposse#46)

* Adding parameters to support kms_key_id and enabled_cloudwatch_logs_exports

* Updating readme and terraform.md with new values