Skip to content

Commit c969152

Browse files
committed
change default value for bandwidth to null
1 parent 2f1bd8f commit c969152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/interconnect_attachment/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ variable "type" {
5454
variable "bandwidth" {
5555
type = string
5656
description = "Provisioned bandwidth capacity for the interconnect attachment"
57-
default = "BPS_10G"
57+
default = null
5858
}
5959

6060
variable "mtu" {

0 commit comments

Comments
 (0)