cloudposse / terraform-aws-security-group

Terraform module to provision an AWS Security Group
https://cloudposse.com/accelerate
Apache License 2.0
36 stars 35 forks source link

refactor: switch to count due the for_each limitations #8

Closed SweetOps closed 3 years ago

SweetOps commented 3 years ago

what

why

references

1david5 commented 3 years ago

Hi @SweetOps,

First, I want to thank you for the contributions to this project. I have been following this draft PR for a couple of days because I was planning to propose similar changes since I think it will resolve some issues I'm facing when creating rules with source_security_group_id and self. I wanted to reach out to you to know if there is anything I can help with in order to release it or if maybe you have an estimate time for its release.

SweetOps commented 3 years ago

hey @1david5, I'll close this PR soon in favour of another one cos I found the another way how to trick terraform logic :smile:. And I hope that I'll introduce pretty fix on this weekends.

First, I want to thank you for the contributions to this project.

:pray: ā¤ļø

1david5 commented 3 years ago

Thank you for the update @SweetOps. Iā€™m positive about these fixes. Looking forward to start using them soon. šŸ˜ƒ šŸ‘

SweetOps commented 3 years ago

closed in favour of https://github.com/cloudposse/terraform-aws-security-group/pull/11