From 89bac9f3b2d42e5c15f473cadb295eb801a32653 Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Thu, 13 Jun 2024 15:46:46 -0400 Subject: [PATCH] docs: update URLs to latest Signed-off-by: Marques Johansson --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7211822..6f7ed95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Terraform CI](https://github.com/equinix/terraform-metal-openshift-on-baremetal/workflows/Terraform%20CI/badge.svg)](https://github.com/equinix/terraform-metal-openshift-on-baremetal/actions?query=workflow%3A%22Terraform+CI%22) [![](https://img.shields.io/badge/stability-experimental-red.svg)](#experimental-statatement) +[![terraform](https://github.com/equinix/terraform-equinix-metal-openshift-on-baremetal/actions/workflows/terraform.yaml/badge.svg)](https://github.com/equinix/terraform-equinix-metal-openshift-on-baremetal/actions/workflows/terraform.yaml) +[![](https://img.shields.io/badge/stability-experimental-red.svg)](https://github.com/equinix-labs/equinix-labs/blob/main/experimental-statement.md#experimental-statement) # OpenShift via Terraform on Equinix Metal @@ -6,7 +7,7 @@ This collection of modules will deploy a bare metal [OpenShift](https://docs.ope ## Install -With your [Equinix Metal account, project, and a **User** API token](https://metal.equinix.com/developers/docs/accounts/users/), you can use [Terraform v1+](https://learn.hashicorp.com/tutorials/terraform/install-cli) to install a proof-of-concept demonstration environment for OpenShift on Equinix Metal. +With your [Equinix Metal account, project, and a **User** API token](https://deploy.equinix.com/developers/docs/metal/identity-access-management/users/), you can use [Terraform v1+](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli) to install a proof-of-concept demonstration environment for OpenShift on Equinix Metal. ### Additional requirements @@ -20,8 +21,8 @@ With your [Equinix Metal account, project, and a **User** API token](https://met To download this project, run the following command: ```bash -git clone https://github.com/equinix/terraform-metal-openshift-on-baremetal.git -cd terraform-metal-openshift +git clone https://github.com/equinix/terraform-equinix-metal-openshift-on-baremetal.git +cd terraform-equinix-metal-openshift ``` ## Usage