-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
[AWS] added support for multiple subnet associations to aws_network_acl #644
Conversation
Thanks! This has backwards compatibility... issues. I think we need to support both (in a mutually exclusive state) for the time being, and then do migrations in the future when we can support that. |
Do you mean that one to one relationship between Network ACL and Subnet went to public in v0.3.5? But it is incorrect implementation of NetworkACL AWS API (it expects an AssociationSet) and should be considered as a bug. |
fixed: The request must contain the parameter icmpTypeCode.type
Conflicts: builtin/providers/aws/resource_aws_network_acl.go
Agreed that it's basically a bug, but if we just remove the Does that sound reasonable? Or are you saying that it actually was always blowing up with the old code? |
~2 months of silence on the wire. Going to close this unless/until we hear back. 👌 |
FWIW I added support for one to many ACLs to Subnets in #1931 |
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. |
No description provided.