Fix pre-commit hook (#3882)
This commit is contained in:
@@ -60,7 +60,7 @@ variable "context" {
|
||||
variable "dedicated_interconnect_config" {
|
||||
description = "Dedicated interconnect configuration."
|
||||
type = object({
|
||||
# Possible values @ https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_interconnect_attachment#bandwidth
|
||||
# Possible values @ https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_interconnect_attachment#bandwidth
|
||||
bandwidth = optional(string, "BPS_10G")
|
||||
bgp_range = optional(string)
|
||||
bgp_priority = optional(number)
|
||||
|
||||
Reference in New Issue
Block a user