Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfavre committed Sep 29, 2021
1 parent 00124be commit f6fd5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pagerduty/resource_pagerduty_escalation_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ func resourcePagerDutyEscalationPolicy() *schema.Resource {
Default: "Managed by Terraform",
},
"num_loops": {
Type: schema.TypeInt,
Optional: true,
Type: schema.TypeInt,
Optional: true,
ValidateFunc: validation.IntBetween(0, 9),
},
"teams": {
Expand Down

0 comments on commit f6fd5f3

Please sign in to comment.