Skip to content

Commit 2cf9041

Browse files
committed
update README
Signed-off-by: Ricky Hariady <[email protected]>
1 parent bfed9e6 commit 2cf9041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/interconnect_attachment/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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 |
13+
| edge\_availability\_domain | Desired availability domain for the attachment. Only available for type PARTNER, at creation time. | `string` | `null` | no |
1314
| encryption | Indicates the user-supplied encryption option of this interconnect attachment. | `string` | `"NONE"` | no |
1415
| interconnect | URL of the underlying Interconnect object that this attachment's traffic will traverse through. | `string` | `""` | no |
1516
| interface | Interface to deploy for this attachment. | <pre>object({<br/> name = string<br/> })</pre> | `null` | no |

0 commit comments

Comments
 (0)