terraform-provider-equinix icon indicating copy to clipboard operation
terraform-provider-equinix copied to clipboard

[Docs]: fix and improve equinix_fabric_connection documentation

Open ocobles opened this issue 1 year ago • 2 comments

To create a redundant fabric v4 connection you need to create a connection with redundancy.priority = PRIMARY and then specify the redudancy.group retrieved from the primary connection in the secondary connection. The schema is fine but the documentation says it's a ready-only field: https://github.com/equinix/terraform-provider-equinix/blob/2855e91fa89f1545de741eacff57ecaed171f849/docs/resources/equinix_fabric_connection.md?plain=1#L481-L483

There may be other wrong fields, and we should provide some examples in the documentation or add links to those available in the repo

ocobles avatar Dec 12 '23 16:12 ocobles

According to web documentation, the Note about IBM additional info configuration https://registry.terraform.io/providers/equinix/equinix/latest/docs/resources/equinix_fabric_connection#nested-schema-for-a_sideadditional_info should be in the top level additional_info field instead

image

ocobles avatar Dec 13 '23 15:12 ocobles

a_side.access_point.interface.id must be optional instead of read_only

https://registry.terraform.io/providers/equinix/equinix/latest/docs/resources/equinix_fabric_connection#nestedblock--a_side--access_point--interface

ocobles avatar Dec 18 '23 14:12 ocobles