mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
add prod infra
This commit is contained in:
parent
955e1c5396
commit
9cdd80fda0
@ -6,7 +6,7 @@ remote_state {
|
||||
}
|
||||
config = {
|
||||
endpoint = "https://storage.yandexcloud.net"
|
||||
bucket = "tfstate-terragrunt-stage"
|
||||
bucket = get_env("S3_PROD_STATE_BUCKET", "tfstate-terragrunt-prod")
|
||||
key = "${path_relative_to_include()}/terraform.tfstate"
|
||||
region = "ru-central1"
|
||||
access_key = get_env("S3_ACCESS_KEY", get_env("AWS_ACCESS_KEY_ID", ""))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user