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

@@ -30,7 +30,7 @@ jobs:
working-directory: terraform
run: |
terraform init \
-backend-config="endpoints.s3=${{ secrets.S3_ENDPOINT }}" \
-backend-config="endpoint=${{ secrets.S3_ENDPOINT }}" \
-backend-config="bucket=${{ secrets.S3_BUCKET }}" \
-backend-config="region=auto" \
-backend-config="access_key=${{ secrets.S3_ACCESS_KEY }}" \