We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1bd8f commit c969152Copy full SHA for c969152
modules/interconnect_attachment/variables.tf
@@ -54,7 +54,7 @@ variable "type" {
54
variable "bandwidth" {
55
type = string
56
description = "Provisioned bandwidth capacity for the interconnect attachment"
57
- default = "BPS_10G"
+ default = null
58
}
59
60
variable "mtu" {
0 commit comments