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
|[equinix_ecx_l2_sellerprofile.this](https://registry.terraform.io/providers/equinix/equinix/latest/docs/data-sources/ecx_l2_sellerprofile)| data source |
Copy file name to clipboardExpand all lines: examples/device-redundant-connection/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Device Redundant Connection Example
2
2
3
-
This example demonstrates usage of the Equinix terraform-metal-shared-connection module to create a redundant Equinix Fabric connection to interconnect your Equinix Metal resources in Silicon Valley to a single Network Edge device located in Dallas
3
+
This example demonstrates usage of the Equinix terraform-metal-shared-connection module to create a redundant Equinix Fabric connection to interconnect your Equinix Metal resources in Silicon Valley to a single Network Edge device located in Dallas.
4
4
5
5
```
6
6
┌─────────────────┐
@@ -31,4 +31,3 @@ This example demonstrates usage of the Equinix terraform-metal-shared-connection
description="Connection name. An alpha-numeric 24 characters string which can include only hyphens and underscores."
44
+
description="Name of the connection resource that will be created in Equinix Fabric side. If it is not defined, it will take the value in 'metal_connection_name' by default."
45
+
default=null
49
46
}
50
47
51
48
variable"fabric_connection_speed" {
52
49
type=number
53
50
description="Speed/Bandwidth to be allocated to the connection - (MB or GB). "
51
+
default=50
54
52
}
55
53
56
54
variable"fabric_connection_speed_unit" {
57
55
type=string
58
56
description=" Unit of the speed/bandwidth to be allocated to the connection."
description="(Required when metal_connection_redundancy is 'redundant' and fabric_secondary_connection_port_name is not set) Unique identifier of the Network Edge virtual device from which the secondary connection would originate."
96
+
description="(Required when metal_connection_redundancy is 'redundant' and fabric_secondary_connection_port_name is not set) Unique identifier of the Network Edge virtual device from which the secondary connection would originate. If it is not defined, it will take the value in 'fabric_connection_device_id' by default."
0 commit comments