terraform-aws-rds-cluster
terraform-aws-rds-cluster copied to clipboard
Removed bare default security group resource creation in favor of the…
… Cloudposse security group module.
what
- Removed bare security group resource and security group rules resources in favor of Cloudposse Security Group module (cloudposse/security-group)
why
- More compliance
- Easier to read
references
The comment line inside main.tf (# TODO: Use cloudposse/security-group module)