fix: Add TF_VAR_s3_endpoint and TF_VAR_s3_bucket env vars
This commit is contained in:
4
terraform/backend.hcl
Normal file
4
terraform/backend.hcl
Normal file
@@ -0,0 +1,4 @@
|
||||
endpoint = "https://s3.eu-central-003.backblazeb2.com"
|
||||
bucket = "k8s-terraform-state"
|
||||
region = "auto"
|
||||
skip_requesting_account_id = true
|
||||
Reference in New Issue
Block a user