[ v ] Have you tested the operation in the API directly?
[ v ] Do you have the latest Terraform provider version?
[ x ] Review the compatibility matrix before opening an issue. - the page does not exist
Describe the bug
When trying to edit a switch stack routing interface the provider supplies additional argument to the API request and then API says that the additionally provided argument was wrong. From my research it seems that the additional argument value is downloaded directly from the API and has nothing to do with the data I provided myself. In particular, I made sure not to include the argument in my resource:
Prerequisites
Describe the bug When trying to edit a switch stack routing interface the provider supplies additional argument to the API request and then API says that the additionally provided argument was wrong. From my research it seems that the additional argument value is downloaded directly from the API and has nothing to do with the data I provided myself. In particular, I made sure not to include the argument in my resource:
It still adds the default gateway though:
Expected behavior Do not include the "default gateway" argument in the request.
Environment (please complete the following information):