From 657b4bf8bb25ee834808d680a9f440954e950ce8 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 24 Jul 2023 17:19:50 +0200 Subject: [PATCH] tf: add a hint on how to re-init backend conf --- terraform.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform.tf b/terraform.tf index f6a630b..4f86c68 100644 --- a/terraform.tf +++ b/terraform.tf @@ -6,6 +6,7 @@ terraform { } } + # init using: tfi -backend-config=path/to/decrypted/infra-backend backend "s3" { bucket = "tfinfra" key = "tf-infra.tfstate"