From 95b37787e0b5aded5a5d554f4c3a94d1956a368c Mon Sep 17 00:00:00 2001 From: Jiaping Chen <80120204+jping0220@users.noreply.github.com> Date: Tue, 28 Nov 2023 22:44:34 -0800 Subject: [PATCH] corrected the terraform intallation link for GCP one (#1011) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c571e1255..d7b5f4920 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To deploy Emblem, you will need: The machine that you will run the setup from will need the following installed: * [Google Cloud CLI](https://cloud.google.com/sdk/docs/install) - * [Terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli) + * [Terraform](https://developer.hashicorp.com/terraform/tutorials/gcp-get-started/install-cli) * [Python3](https://www.python.org/downloads) We recommend running through setup steps using Google Cloud Shell, which has the required softare pre-installed. The following will open Cloud Shell Editor and clone this repo: