Skip to content

Commit 76574e0

Browse files
committed
chore: Add more example deployments under examples folder
1 parent c1292a5 commit 76574e0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ This project may be deployed into new project(s) or existing project(s). Check o
2222

2323
| Name | Description |
2424
|------|---------|
25-
| [eksa-setup](./examples/eksa-setup/) | Deploys a AWS EKS-A cluster into new projects provisioned for each user described in users.csv |
26-
| [metal-setup](./examples/metal-setup/) | Deploys a cluster or bare nodes into new projects provisioned for each user described in users.csv |
25+
| [eksa-setup](./examples/eksa-setup/) | Deploys a AWS EKS-A cluster into existing projects |
26+
| [eksa-setup-new](./examples/eksa-setup-new/) | Deploys a AWS EKS-A cluster into new projects provisioned for each user described in users.csv |
27+
| [metal-setup](./examples/metal-setup/) | Deploys a cluster or bare nodes into existing projects |
28+
| [metal-setup-new](./examples/metal-setup-new/) | Deploys a cluster or bare nodes into new projects provisioned for each user described in users.csv |
2729

2830
<!-- BEGIN_TF_DOCS -->
2931
## Requirements

examples/eksa-setup-new/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Terraform Equinix Labs Metal Setup Example
1+
# Terraform Equinix Labs EKSA Setup Example
2+
3+
This is an example of how to utilize the root module to deploy the [invite-from-csv](https://github.com/equinix-labs/terraform-equinix-labs/tree/main/modules/invite-from-csv) module and the [eksa](https://github.com/equinix-labs/terraform-equinix-labs/tree/main/modules/eksa) module. In this example, each user identified in the `users.csv` file (see users.csv.example) will have a project provisioned and an invitation sent by email to join that project. Kubernetes will then be provisioned into each user's project with the configurations set within the [variables.tf](./variables.tf) file.
24

35
<!-- BEGIN_TF_DOCS -->
46
## Requirements

0 commit comments

Comments
 (0)