Releases: cloudposse/terraform-aws-rds-cluster
Releases · cloudposse/terraform-aws-rds-cluster
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
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.