fix: Add TF_VAR_s3_endpoint and TF_VAR_s3_bucket env vars
Some checks failed
Deploy Cluster / Terraform (push) Has been cancelled
Deploy Cluster / Ansible (push) Has been cancelled

This commit is contained in:
2026-02-28 21:12:48 +00:00
parent 109a6a241e
commit 4f0402decf
3 changed files with 11 additions and 0 deletions

4
terraform/backend.hcl Normal file
View File

@@ -0,0 +1,4 @@
endpoint = "https://s3.eu-central-003.backblazeb2.com"
bucket = "k8s-terraform-state"
region = "auto"
skip_requesting_account_id = true