From 2090b598cc0ebdd9ec0f62198f6983528d4c1bf5 Mon Sep 17 00:00:00 2001 From: lavenderguitar Date: Thu, 10 Feb 2022 00:55:24 -0500 Subject: [PATCH] v1 - Init repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10dcaef..3f4a88c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ _Hint: If configured properly using the provided setup, a different set of stati First, clone the repo. Then `cd terraform/`. From here, use the following commands to connect Terraform to the Linode account: - echo "export TF_VAR_token=<>" >> .envrc + echo "export TF_VAR_token=<>" >> .envrc ## Add this manually, don't put your token in a CLI history. direnv allow terraform init