Skip to content
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

[web-2016-06-01] Connections - All ParameterValues attributes should be *map[string]interface{} #4558

Open
mbfrahry opened this issue Nov 22, 2024 · 0 comments

Comments

@mbfrahry
Copy link
Member

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{}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant