Skip to content

Commit

Permalink
uptime_alert: 1hr -> 1h (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe authored Jan 2, 2024
1 parent 27621d4 commit 520e98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean/uptime/resource_uptime_alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func ResourceDigitalOceanUptimeAlert() *schema.Resource {
"10m",
"15m",
"30m",
"1hr",
"1h",
}, false),
Optional: true,
},
Expand Down

0 comments on commit 520e98d

Please sign in to comment.