Skip to content

Commit 93930a1

Browse files
committed
update README
1 parent 20cfffe commit 93930a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/interconnect_attachment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Name | Description | Type | Default | Required |
77
|------|-------------|------|---------|:--------:|
88
| admin\_enabled | Whether the VLAN attachment is enabled or disabled | `bool` | `true` | no |
9-
| bandwidth | Provisioned bandwidth capacity for the interconnect attachment | `string` | `null` | no |
9+
| bandwidth | Provisioned bandwidth capacity for the interconnect attachment | `string` | `"BPS_10G"` | no |
1010
| candidate\_subnets | Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). | `list(string)` | `null` | no |
1111
| create\_interface | Whether to create router interface (and peer) for this attachment. Set this to false for PARTNER type. | `bool` | `true` | no |
1212
| description | An optional description of this resource | `string` | `null` | no |

0 commit comments

Comments
 (0)