Skip to content

Commit

Permalink
tweak standard_change_template_name required to false
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron committed Nov 16, 2023
1 parent ce1e925 commit c39e097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/projects/extension_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func GetServiceNowExtensionSettingsSchema() map[string]*schema.Schema {
},
"standard_change_template_name": {
Description: "The name of the standard change template associated with this extension.",
Required: true,
Required: false,
Type: schema.TypeString,
ValidateDiagFunc: validation.ToDiagFunc(validation.StringIsNotWhiteSpace),
},
Expand Down

0 comments on commit c39e097

Please sign in to comment.