mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
change pipeline generation + add tf dockerfile
This commit is contained in:
parent
49e1cba8f4
commit
9e6790a0c2
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user