-
Notifications
You must be signed in to change notification settings - Fork 190
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
json: cannot unmarshal object into Go struct field ServiceEndpointPolicyPropertiesFormat.contextualServiceEndpointPolicies of type string #519
Comments
@zeusbaba This seems to be an upstream provider issue, you can verify this by directly import it via |
thnx for response. |
fails, because
i assume that |
@zeusbaba You'll need to first write a resource azurerm_subnet_service_endpoint_storage_policy name {
} |
@magodo as you suggested, I manually added this section to the generated
btw. as i see in the logs, this import is supposed to be done by |
@zeusbaba Yes, the error you see here is because the AzureRM provider by default register all the resource providers that potentially be used. You can suppress it by specifying |
following your suggestion, I did set but the same error still in the logs.
|
Sorry, I mean this error is raised from the upstream azurerm provider, which needs to be fixed there. Could you please again try reproduce this error by |
fyi. as you suggested, I've created this issue >> |
getting this error on some resources.
Could you please help/advise on how to resolve this?
current versions:
Pasting below log snippet
The text was updated successfully, but these errors were encountered: