fix: Revert to endpoint for CLI backend config
Some checks failed
Deploy Cluster / Ansible (push) Has been cancelled
Deploy Cluster / Terraform (push) Has been cancelled

This commit is contained in:
2026-02-28 21:01:58 +00:00
parent cd16545ad3
commit 109a6a241e
3 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ cd terraform
# Create backend config file (or use CLI args)
cat > backend.hcl << EOF
endpoints.s3 = "https://s3.eu-central-003.backblazeb2.com"
endpoint = "https://s3.eu-central-003.backblazeb2.com"
bucket = "k8s-terraform-state"
access_key = "your-backblaze-key-id"
secret_key = "your-backblaze-application-key"