mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-13 08:09:22 +00:00
10 lines
320 B
HCL
10 lines
320 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "ttl-sh-tf-state"
|
|
key = "terraform.tfstate"
|
|
endpoint = "hel1.your-objectstorage.com"
|
|
region = "eu-central1"
|
|
skip_credentials_validation = true
|
|
skip_region_validation = true
|
|
}
|
|
} |