change pipeline generation + add tf dockerfile

This commit is contained in:
kochetkov.s 2026-01-23 16:43:01 +03:00
parent 49e1cba8f4
commit 9e6790a0c2

View File

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