mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 22:50:34 +00:00
14 lines
306 B
Terraform
14 lines
306 B
Terraform
terraform {
|
|
backend "s3" {
|
|
use_lockfile = true
|
|
max_retries = 5
|
|
retry_mode = "adaptive"
|
|
|
|
skip_region_validation = true
|
|
skip_credentials_validation = true
|
|
skip_metadata_api_check = true
|
|
skip_requesting_account_id = true
|
|
skip_s3_checksum = true
|
|
}
|
|
}
|