From 6c762b1e8f477314f8a5e2982cc159e0ee5ffd0e Mon Sep 17 00:00:00 2001 From: lavenderguitar Date: Thu, 10 Feb 2022 01:02:58 -0500 Subject: [PATCH] v1.1 - Add linode object storage backend --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf769c0..42c5ed9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ First, clone the repo. Then `cd terraform/`. From here, create a `.envrc` file t export AWS_ACCESS_KEY_ID=<> export AWS_SECRET_ACCESS_KEY=<> -Replace the name and region names in `backend.tf` to match the bucket created to store the .tfstate file. +Replace the name and region names in `terraform/backend.tf` to match the bucket created to store the .tfstate file. Use `direnv` to load the vars and Terraform to the Linode account: