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 a9a4171 commit c3411e0Copy full SHA for c3411e0
octopusdeploy_framework/schemas/community_step_template.go
@@ -240,6 +240,7 @@ func GetReadOnlyStepTemplateParameters() rs.ListNestedAttribute {
240
"display_settings": util.ResourceMap(types.StringType).
241
Description("The display settings for the parameter.").
242
Computed().
243
+ PlanModifiers(stringplanmodifier.UseStateForUnknown()).
244
Build(),
245
"help_text": util.ResourceString().
246
Description("The help presented alongside the parameter input.").
0 commit comments