mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 21:40:34 +00:00
chore: restructured project
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user