add prod infra

This commit is contained in:
Work 2026-01-30 16:45:16 +03:00
parent 955e1c5396
commit 9cdd80fda0

View File

@ -6,7 +6,7 @@ remote_state {
} }
config = { config = {
endpoint = "https://storage.yandexcloud.net" 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" key = "${path_relative_to_include()}/terraform.tfstate"
region = "ru-central1" region = "ru-central1"
access_key = get_env("S3_ACCESS_KEY", get_env("AWS_ACCESS_KEY_ID", "")) access_key = get_env("S3_ACCESS_KEY", get_env("AWS_ACCESS_KEY_ID", ""))