diff --git a/live/terragrunt.hcl b/live/terragrunt.hcl index f23c988..196cb4b 100644 --- a/live/terragrunt.hcl +++ b/live/terragrunt.hcl @@ -8,7 +8,9 @@ remote_state { if_exists = "overwrite_terragrunt" } config = { - endpoint = "storage.yandexcloud.net" + endpoints = { + s3 = "https://storage.yandexcloud.net" + } bucket = "tfstate-terragrunt-stage" key = "${path_relative_to_include()}/terraform.tfstate" region = "ru-central1" @@ -17,6 +19,7 @@ remote_state { skip_region_validation = true skip_credentials_validation = true skip_metadata_api_check = true + skip_requesting_account_id = true force_path_style = true } }