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.
The issue here is when the endpolnt has performance data, specifically connectors. The provider tries to set RxBW and TxBW attributes but I don't see those in the raw response from the API. For our failing endpoint the API returns:
The connectors only have two attributes but it looks like the provider is trying to update the object in Terraform state with 4 attributes (two of which end up as nil) which causes the error shown above.
The text was updated successfully, but these errors were encountered:
Community Note
Terraform CLI and Terraform IBM 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.
Expected Behavior
Terraform can read the resource so we can run a plan.
Actual Behavior
Any action which reads the satellite link resource fails with:
Steps to Reproduce
terraform plan
and it might fail.Important Factoids
The issue here is when the endpolnt has
performance
data, specificallyconnectors
. The provider tries to setRxBW
andTxBW
attributes but I don't see those in the raw response from the API. For our failing endpoint the API returns:The connectors only have two attributes but it looks like the provider is trying to update the object in Terraform state with 4 attributes (two of which end up as
nil
) which causes the error shown above.The text was updated successfully, but these errors were encountered: