-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_compute_router_peer panic on flattenNestedComputeRouterBgpPeerEnable #9891
google_compute_router_peer panic on flattenNestedComputeRouterBgpPeerEnable #9891
Comments
The error only occurs on 3.81.0 as the panic is caused by a function introduced in 3.81.0 and seems to only occur for some resources that were created at least 90d back. If you encounter this error, move to a provider version <3.81.0 or move to >=3.82.0 which should have the fix |
Thank you @Tfmenard |
@Tfmenard I think we're still seeing this on 3.82.0 ?
|
We are also seeing this issue in the newest version.
|
Also still seeing this issue on 3.82
|
@jehiah @Tfmenard @edwardmedia Can one of you please re-open this issue since it is still appearing in 3.82? |
This fix was not actually included in |
Everything looks good on 3.83, thanks! |
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. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
google_compute_router_peer
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Plan output w/o any changes
Actual Behavior
google provider panic's
Steps to Reproduce
terraform plan --target=google_compute_router_peer.peer_router01
Important Factoids
I encountered this when attempting to upgrade from
v0.13.5
tov1.0.5
.terraform
produced a clean plan onv0.13.5
but panics when planning against this resource.References
The text was updated successfully, but these errors were encountered: