Skip to content

Commit c3411e0

Browse files
committed
All values should use the plan for unknonwn
1 parent a9a4171 commit c3411e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

octopusdeploy_framework/schemas/community_step_template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ func GetReadOnlyStepTemplateParameters() rs.ListNestedAttribute {
240240
"display_settings": util.ResourceMap(types.StringType).
241241
Description("The display settings for the parameter.").
242242
Computed().
243+
PlanModifiers(stringplanmodifier.UseStateForUnknown()).
243244
Build(),
244245
"help_text": util.ResourceString().
245246
Description("The help presented alongside the parameter input.").

0 commit comments

Comments
 (0)