Skip to content

Commit

Permalink
chore: change servicenow extension settings to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
susanpann committed Nov 13, 2023
1 parent c54b1dc commit c527195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/projects/extension_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ func GetServiceNowExtensionSettingsSchema() map[string]*schema.Schema {
Type: schema.TypeBool,
},
"standard_change_template_name": {
Description: "The name of the standard change template associated with this extension.",
Required: true,
Description: "The name of the standard change template associated with this extension. If provided, deployments will create a standard change based on the provided template, otherwise a normal change will be created.",
Optional: true,
Type: schema.TypeString,
ValidateDiagFunc: validation.ToDiagFunc(validation.StringIsNotWhiteSpace),
},
Expand Down

0 comments on commit c527195

Please sign in to comment.