Skip to content

Commit a96a832

Browse files
committed
update README
1 parent 8a3ef1b commit a96a832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/interconnect_attachment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
| edge\_availability\_domain | Desired availability domain for the attachment. Only available for type PARTNER, at creation time. | `string` | `null` | no |
1414
| encryption | Indicates the user-supplied encryption option of this interconnect attachment. | `string` | `"NONE"` | no |
1515
| 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 |
16+
| interface | Interface to deploy for this attachment. | <pre>object({<br> name = string<br> })</pre> | `null` | no |
1717
| 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 |
1818
| 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 |
1919
| name | The name of the interconnect attachment | `string` | n/a | yes |
20-
| peer | BGP Peer for this attachment. | <pre>object({<br/> name = string<br/> peer_asn = string<br/> advertised_route_priority = optional(number)<br/> bfd = optional(object({<br/> session_initialization_mode = string<br/> min_transmit_interval = optional(number)<br/> min_receive_interval = optional(number)<br/> multiplier = optional(number)<br/> }))<br/> })</pre> | `null` | no |
20+
| peer | BGP Peer for this attachment. | <pre>object({<br> name = string<br> peer_asn = string<br> advertised_route_priority = optional(number)<br> bfd = optional(object({<br> session_initialization_mode = string<br> min_transmit_interval = optional(number)<br> min_receive_interval = optional(number)<br> multiplier = optional(number)<br> }))<br> })</pre> | `null` | no |
2121
| project | The project ID to deploy to | `string` | n/a | yes |
2222
| region | Region where the attachment resides | `string` | n/a | yes |
2323
| router | Name of the router the attachment resides | `string` | n/a | yes |

0 commit comments

Comments
 (0)