You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Sometimes when the provider creates the AWS VPN connection, AWS inverts tunnel1 and tunnel2 order (order seems related to Outside IP Address when assigned by AWS).
Thats implies when planning again that the VPN connection will be replaced.
Below an example with Inside IPv4 CIDR which forces replacement.
@MRinalducci Thanks for raising this issue.
It has already been noticed in #396. I'm going to close this one as a duplicate so that we can concentrate discussion in the linked issue.
Please add any additional comments there.
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
None.
Panic Output
None.
Expected Behavior
No invertion of tunnel options.
Actual Behavior
Sometimes when the provider creates the AWS VPN connection, AWS inverts tunnel1 and tunnel2 order (order seems related to
Outside IP Address
when assigned by AWS).Thats implies when planning again that the VPN connection will be replaced.
Below an example with
Inside IPv4 CIDR
which forces replacement.Steps to Reproduce
terraform apply
terraform plan
terraform destroy
)Important Factoids
This is occuring since adding refresh of tunnel options with PR #14740.
But this invertion bug seems to be present way before this PR.
References
The text was updated successfully, but these errors were encountered: