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
We're running into an issue with the sdk for azurerm_api_connection
json: cannot unmarshal bool into Go struct field ApiConnectionDefinitionProperties.properties.nonSecretParameterValues of type string
CustomParameterValues, NonSecretParameterValues, and ParameterValues are currently *map[string]string but I believe they should be *map[string]interface{}
The text was updated successfully, but these errors were encountered:
We're running into an issue with the sdk for
azurerm_api_connection
CustomParameterValues
,NonSecretParameterValues
, andParameterValues
are currently*map[string]string
but I believe they should be*map[string]interface{}
The text was updated successfully, but these errors were encountered: