Fix example for snapshot schedules

This commit is contained in:
Wiktor Niesiobędzki
2026-02-20 14:03:59 +00:00
parent 67b1543e90
commit a1474b2b0a
2 changed files with 23 additions and 13 deletions

View File

@@ -1071,11 +1071,11 @@ module "instance" {
}
}
}
boot = {
data = {
schedule = {
daily = {
days_in_cycle = 1
start_time = "03:00"
start_time = "04:00"
}
}
}