Skip to content

Commit

Permalink
update user_contact_method.country_code to be Computed
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed Oct 31, 2023
1 parent a8a710e commit 4f025c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagerduty/resource_pagerduty_user_contact_method.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func resourcePagerDutyUserContactMethod() *schema.Resource {
"country_code": {
Type: schema.TypeInt,
Optional: true,
Default: 1,
Computed: true,
},

"enabled": {
Expand Down

0 comments on commit 4f025c1

Please sign in to comment.