From 9cdd80fda0e9bfd60e70f66a3e74952b7e9c1f87 Mon Sep 17 00:00:00 2001 From: Work Date: Fri, 30 Jan 2026 16:45:16 +0300 Subject: [PATCH] add prod infra --- live/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live/terragrunt.hcl b/live/terragrunt.hcl index 305edea..fe9ee37 100644 --- a/live/terragrunt.hcl +++ b/live/terragrunt.hcl @@ -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", ""))