From 0a1bb40bbe9956df0abf602b3dfc90a1805884b7 Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Mon, 16 Oct 2023 12:58:54 -0400 Subject: [PATCH] docs: change metal_connection contact_email to not read as required Signed-off-by: Marques Johansson --- docs/resources/equinix_metal_connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/equinix_metal_connection.md b/docs/resources/equinix_metal_connection.md index 3be9dba2a..1d6f5d908 100644 --- a/docs/resources/equinix_metal_connection.md +++ b/docs/resources/equinix_metal_connection.md @@ -121,7 +121,7 @@ The following arguments are supported: * `facility` - (**Deprecated**) Facility where the connection will be created. Use metro instead; read the [facility to metro migration guide](https://registry.terraform.io/providers/equinix/equinix/latest/docs/guides/migration_guide_facilities_to_metros_devices) * `redundancy` - (Required) Connection redundancy - redundant or primary. * `type` - (Required) Connection type - dedicated or shared. -* `contact_email` - (Required) The preferred email used for communication and notifications about the Equinix Fabric interconnection. Required when using a Project API key. Optional and defaults to the primary user email address when using a User API key. +* `contact_email` - (Optional) The preferred email used for communication and notifications about the Equinix Fabric interconnection. Required when using a Project API key. Optional and defaults to the primary user email address when using a User API key. * `project_id` - (Optional) ID of the project where the connection is scoped to, must be set for. * `speed` - (Required) Connection speed - one of 50Mbps, 200Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps. * `description` - (Optional) Description for the connection resource.