-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting more rules for egress #165
Conversation
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vale21 thanks for the PR.
Please see the comments.
Please also format all TF code by running terraform fmt
.
And also, please run the following commands:
make init
make github/init
make readme
and commit the changes
thanks
Thank you @aknysh. Changes integrated |
/test all |
1 similar comment
/test all |
/test all |
Hello guys. Any update on this please? Is something still pending? Can it be merged? |
1 similar comment
Hello guys. Any update on this please? Is something still pending? Can it be merged? |
@aknysh could you plese review the changes that I pushed? This PR is blocked since a lot of time |
@aknysh can you re review? |
Thanks @vale21 for creating this pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while. While you wait, make sure to review our contributor guidelines. Tip Need help or want to ask for a PR review to be expedited?Join us on Slack in the |
@vale21 I'll review if you fix the conflicts and reviewdog message https://github.com/cloudposse/terraform-aws-rds-cluster/pull/165/files#diff-dc46acf24afd63ef8c556b77c126ccc6e578bc87e3aa09a931f33d9bf2532fbb |
💥 This pull request now has conflicts. Could you fix it @vale21? 🙏 |
This PR was closed due to inactivity and merge conflicts. 😭 |
what
Support the ability to specify CIDR blocks and additional security groups for egress as well
why
improve security groups
references
Fixes #164