We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366948c commit 8a84e88Copy full SHA for 8a84e88
infrastructure/environments/preprod/locals.tf
@@ -14,7 +14,7 @@ locals {
14
node_version = "nodejs22.x"
15
log_retention_in_days = 7
16
cache_lambda_zip_path = "../../../lambda.zip"
17
- content_cache_bucket_name = "via176-downtime-contentcache-test"
+ content_cache_bucket_name = "${local.prefix}-content-cache"
18
app_version = var.app_version
19
20
application_environment_variables = {
0 commit comments