You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***TPG >= 5.12:** update interface module min provider version >= 5.12 ([#153](https://github.com/terraform-google-modules/terraform-google-cloud-router/issues/153))
16
+
* MD5 authentication for BGP support
17
+
18
+
### Features
19
+
20
+
* MD5 authentication for BGP support ([e6f8b6c](https://github.com/terraform-google-modules/terraform-google-cloud-router/commit/e6f8b6c73f564faea90b90b468757e5e35b244a6))
Copy file name to clipboardExpand all lines: modules/interconnect_attachment/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,16 @@
8
8
| admin\_enabled | Whether the VLAN attachment is enabled or disabled |`bool`|`true`| no |
9
9
| bandwidth | Provisioned bandwidth capacity for the interconnect attachment |`string`|`"BPS_10G"`| no |
10
10
| 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 |
11
+
| create\_interface | Whether to create router interface (and peer) for this attachment. Set this to false for PARTNER type. |`bool`|`true`| no |
11
12
| description | An optional description of this resource |`string`|`null`| no |
13
+
| edge\_availability\_domain | Desired availability domain for the attachment. Only available for type PARTNER, at creation time. |`string`|`null`| no |
12
14
| encryption | Indicates the user-supplied encryption option of this interconnect attachment. |`string`|`"NONE"`| no |
13
-
| interconnect | URL of the underlying Interconnect object that this attachment's traffic will traverse through. |`string`|n/a|yes|
14
-
| interface | Interface to deploy for this attachment. | <pre>object({<br> name = string<br> })</pre> |n/a|yes|
15
+
| interconnect | URL of the underlying Interconnect object that this attachment's traffic will traverse through. |`string`|`""`|no|
16
+
| interface | Interface to deploy for this attachment. | <pre>object({<br> name = string<br> })</pre> |`null`|no|
15
17
| ipsec\_internal\_addresses | URL of addresses that have been reserved for the interconnect attachment, Used only for interconnect attachment that has the encryption option as IPSEC. |`list(string)`|`[]`| no |
16
18
| mtu | Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment. Currently, only 1440 and 1500 are allowed. If not specified, the value will default to 1440. |`string`|`null`| no |
17
19
| name | The name of the interconnect attachment |`string`| n/a | yes |
0 commit comments