Skip to content

Commit

Permalink
Update provider options schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfavre committed Oct 21, 2021
1 parent a9924bc commit aef74d3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pagerduty/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,10 @@ func Provider() *schema.Provider {
DefaultFunc: schema.EnvDefaultFunc("PAGERDUTY_TOKEN", nil),
},

"apiurl": {
"service_region": {
Type: schema.TypeString,
Optional: true,
Default: "https://api.pagerduty.com",
},

"appurl": {
Type: schema.TypeString,
Optional: true,
Default: "https://app.pagerduty.com",
Default: "",
},
},

Expand Down

0 comments on commit aef74d3

Please sign in to comment.