Skip to content

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

@mbfrahry

Description

@mbfrahry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions