fix: Remove backend.hcl from git, add to gitignore
Some checks failed
Deploy Cluster / Terraform (push) Failing after 16s
Deploy Cluster / Ansible (push) Has been skipped

This commit is contained in:
2026-02-28 21:12:56 +00:00
parent 4f0402decf
commit dff2d6a66d
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@@ -36,3 +36,4 @@ Thumbs.db
*.tfvars *.tfvars
secrets/ secrets/
.env .env
terraform/backend.hcl

View File

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