Skip to content

Commit

Permalink
Update docs/resources/droplet.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
loosla and andrewsomething authored Nov 12, 2024
1 parent 9050e39 commit 543265f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/droplet.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ The following arguments are supported:
* `backups` - (Optional) Boolean controlling if backups are made. Defaults to
false.
* `backup_policy` - (Optional) An object specifying the backup policy for the Droplet. If omitted and `backups` is `true`, the backup plan will default to daily.
- `plan` - The backup plan used for the Droplet. The plan can be either `daily` or `weekly`.
- `weekday` - The day of the week on which the backup will occur (`SUN`, `MON`, `TUE`, `WED`, `THU`, `FRI`, `SAT`).
- `hour` - The hour of the day that the backup window will start (`0`, `4`, `8`, `12`, `16`, `20`).
* `monitoring` - (Optional) Boolean controlling whether monitoring agent is installed.
Defaults to false. If set to `true`, you can configure monitor alert policies
[monitor alert resource](/providers/digitalocean/digitalocean/latest/docs/resources/monitor_alert)
Expand Down

0 comments on commit 543265f

Please sign in to comment.