tf: add a hint on how to re-init backend conf

This commit is contained in:
surtur 2023-07-24 17:19:50 +02:00
parent d89101b437
commit 657b4bf8bb
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -6,6 +6,7 @@ terraform {
}
}
# init using: tfi -backend-config=path/to/decrypted/infra-backend
backend "s3" {
bucket = "tfinfra"
key = "tf-infra.tfstate"