Skip to content

feat: Add Example for Creating E-Tree Network#192

Draft
d-bhola wants to merge 4 commits intomainfrom
CXF-111518-etree-network
Draft

feat: Add Example for Creating E-Tree Network#192
d-bhola wants to merge 4 commits intomainfrom
CXF-111518-etree-network

Conversation

@d-bhola
Copy link
Copy Markdown
Contributor

@d-bhola d-bhola commented May 5, 2025

Add e-tree network example
-main.tf
-variables.tf
-versions.tf
-terraform.tfvars.example
-README.md

@d-bhola d-bhola changed the title CXF-111518: Add Example for Creating E-Tree Network feat: Add Example for Creating E-Tree Network May 5, 2025
@d-bhola d-bhola requested a review from Copilot May 5, 2025 16:07
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@d-bhola d-bhola marked this pull request as ready for review May 5, 2025 16:09
@d-bhola d-bhola requested a review from srushti-patl May 5, 2025 16:10
@d-bhola
Copy link
Copy Markdown
Contributor Author

d-bhola commented May 5, 2025

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
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md description looks good to me.

Comment thread examples/etree-network/versions.tf Outdated
required_providers {
equinix = {
source = "equinix/equinix"
version = ">= 2.9.0"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the Terraform Provider version to 3.8.0 which will support this functionality.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@@ -0,0 +1,8 @@
# Equinix Fabric Network
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md description looks good to me.

@d-bhola d-bhola requested a review from srushti-patl May 7, 2025 20:06
@d-bhola d-bhola marked this pull request as draft May 14, 2025 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants