Releases: cloudposse/terraform-aws-rds-cluster
Releases · cloudposse/terraform-aws-rds-cluster
Fix readme
what
- Add
README.yaml
why
- Standardize README
0.3.8
0.3.7
0.3.6
0.3.5
what
- Add
enabled
flag - Set to
false
to prevent the module from creating any resources
why
- For some projects (e.g.
terraform-root-modules
pattern) 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