fix: Revert to endpoint for CLI backend config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user