From 9f1ddf79c43b1ff419dced49ec8e2c29f84dcaf3 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Tue, 16 Jan 2024 20:15:11 +0100 Subject: [PATCH] readme: tfvars no longer for secrets --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1e5df6..6cb5561 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,14 @@ Contains [Terraform](https://terraform.io/) code used to manage our infrastructu - encoding secrets: `sops -e secrets.yaml > secrets.enc.yaml` - decoding secrets: `sops -d secrets.enc.yaml > secrets.yaml` -### Authentication +### Configuring -Create a file `terraform.tfvars` containing: +Create a file `terraform.tfvars` containing override for any Terraform variables, e.g.: ```tfvars -hcloud_api_token = "" +hcloud_location = "nbg1" ``` -... substituting in our actual key. - ### Managed state - go to https://gitlab.com/bij1/intranet/terraform/-/terraform