-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
"When protocol is ALL, you cannot specify from-port." #53
Comments
FYI, this seems tied to a Terraform AWS provider bug. There is a workaround in this bug - not sure if that workaround is something that should be used within this module until the upstream bug is fixed. |
I can't reproduce the specified bug.
Not sure what we can do with this. Let's reopen when someone else report about it too and/or we can reproduce it. |
I'm seeing this too.
I have an existing egress rule to "everywhere" and I updated a comment, and this triggered the error:
The change that triggered this in my setup is here. |
I have just verified, the problem still exists in Terraform AWS provider - hashicorp/terraform-provider-aws#1920 The problem happens only during update. There is at least one solution/hack described: I don't think we can do anything in this module at the moment. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
with the following definition:
Which worked last week, but I aggressively update modules with terraform init -upgrade=true. Current versions:
Thanks for any help. Happy to provide more context. Cheers.
P.S. This is on release 1.22 of this module.
The text was updated successfully, but these errors were encountered: