Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces an example for creating an E-Tree network leveraging the Equinix Terraform Provider with corresponding Terraform resource usage.
- Added a new README file in the examples/etree-network directory that documents the example.
Files not reviewed (4)
- examples/etree-network/main.tf: Language not supported
- examples/etree-network/terraform.tfvars.example: Language not supported
- examples/etree-network/variables.tf: Language not supported
- examples/etree-network/versions.tf: Language not supported
|
I have not included new Secrets for Etree as part of this ticket as we have not added connection example yet. |
| @@ -0,0 +1,8 @@ | |||
| # Equinix Fabric Network | |||
There was a problem hiding this comment.
I will eventually add the connection example for port-to-etree-network-connection.
Note: This README.md is not consistent with other examples as this PR only includes the resource.
There was a problem hiding this comment.
README.md description looks good to me.
| required_providers { | ||
| equinix = { | ||
| source = "equinix/equinix" | ||
| version = ">= 2.9.0" |
There was a problem hiding this comment.
Update the Terraform Provider version to 3.8.0 which will support this functionality.
| @@ -0,0 +1,8 @@ | |||
| # Equinix Fabric Network | |||
There was a problem hiding this comment.
README.md description looks good to me.
Add e-tree network example
-main.tf
-variables.tf
-versions.tf
-terraform.tfvars.example
-README.md