Releases: cloudposse/terraform-aws-rds-cluster
Releases · cloudposse/terraform-aws-rds-cluster
0.3.5
what
- Add
enabledflag - Set to
falseto prevent the module from creating any resources
why
- For some projects (e.g.
terraform-root-modulespattern) it's desirable to have the module in the project, but be able to prevent it from creating any resources
test
variable "enabled" {
default = "false"
}
No changes. Infrastructure is up-to-date.
This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
Update README and descriptions. Add DB cluster parameter group
what
- Updated
README - Added variable descriptions
- Added DB cluster parameter group
why
- Usage examples, Inputs and Outputs description
- Variable descriptions to follow best practices
- To be able to provide DB cluster parameters
Rename Repo
What
- Rename repo
Why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html
Make database port configurable
Make database port configurable
Remove duplicate Terraform attribute
Remove duplicate Terraform attribute
Pin `tf_label` and `tf_hostname` to `0.1.0`
Pin tf_label and tf_hostname to 0.1.0