Skip to content

Commit

Permalink
Merge pull request #371 from martindstone/issue-370
Browse files Browse the repository at this point in the history
don't send blank snow_password when changes are ignored
  • Loading branch information
Scott McAllister authored Aug 13, 2021
2 parents 160adf6 + 38591cc commit 273f040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagerduty/resource_pagerduty_extension_servicenow.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

type PagerDutyExtensionServiceNowConfig struct {
User string `json:"snow_user"`
Password string `json:"snow_password"`
Password string `json:"snow_password,omitempty"`
SyncOptions string `json:"sync_options"`
Target string `json:"target"`
TaskType string `json:"task_type"`
Expand Down

0 comments on commit 273f040

Please sign in to comment.