Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc authored and afda16 committed Jun 5, 2023
1 parent 07f649b commit b34b989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fast/stages/2-networking-a-peering/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ variable "alert_config" {
}))
vpn_tunnel_bandwidth = optional(object({
auto_close = optional(string, null)
duration = optional(string, "120s")
duration = optional(string, "120s")
enabled = optional(bool, true)
notification_channels = optional(list(string), [])
threshold_mbys = optional(string, "187.5")
Expand Down
2 changes: 1 addition & 1 deletion fast/stages/2-networking-b-vpn/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ variable "alert_config" {
}))
vpn_tunnel_bandwidth = optional(object({
auto_close = optional(string, null)
duration = optional(string, "120s")
duration = optional(string, "120s")
enabled = optional(bool, true)
notification_channels = optional(list(string), [])
threshold_mbys = optional(string, "187.5")
Expand Down

0 comments on commit b34b989

Please sign in to comment.