terraform-aws-rds-cluster icon indicating copy to clipboard operation
terraform-aws-rds-cluster copied to clipboard

Removed bare default security group resource creation in favor of the…

Open riccardomassullo opened this issue 6 months ago • 0 comments

… 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)

riccardomassullo avatar May 06 '25 14:05 riccardomassullo