We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77de38e commit 09d0df8Copy full SHA for 09d0df8
provider/parameter.go
@@ -54,7 +54,7 @@ type Parameter struct {
54
DisplayName string `mapstructure:"display_name"`
55
Description string
56
Type OptionType
57
- FormType ParameterFormType
+ FormType ParameterFormType `mapstructure:"form_type"`
58
Mutable bool
59
Default *string
60
Icon string
0 commit comments