init: initial commit

This commit is contained in:
ITQ
2025-10-04 08:54:34 +03:00
commit 8351a2c667
37 changed files with 1408 additions and 0 deletions
+13
View File
@@ -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
}
}