Skip to content

Commit

Permalink
Specify the default country code
Browse files Browse the repository at this point in the history
  • Loading branch information
drastawi authored and imjaroiswebdev committed Oct 31, 2023
1 parent 86f7fc8 commit a8a710e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pagerduty/resource_pagerduty_user_contact_method.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func resourcePagerDutyUserContactMethod() *schema.Resource {
"country_code": {
Type: schema.TypeInt,
Optional: true,
Default: 1,
},

"enabled": {
Expand Down

0 comments on commit a8a710e

Please sign in to comment.