Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkor1-avinor authored Sep 12, 2023
1 parent 3e274ae commit 66d4aec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ variable "maintenance_window_node_os" {
frequency = optional(string)
interval = optional(number)
duration = optional(number)
day_of_week = optional(string) # Required if frequency is weekly.
day_of_week = optional(string) # Required if frequency is weekly.
start_time = optional(string)
})
default = {
frequency = "Daily"
interval = 1
duration = 4
start_time = "00:00" # UTC
frequency = "Daily"
interval = 1
duration = 4
start_time = "00:00" # UTC
}
}

Expand Down

0 comments on commit 66d4aec

Please sign in to comment.