We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d4fc6 commit 096840dCopy full SHA for 096840d
infrastructure/environments/prod/locals.tf
@@ -18,7 +18,7 @@ locals {
18
app_version = var.app_version
19
alarms_slack_channel_id = var.alarms_slack_channel_id
20
21
- enable_pars = var.is_github_action ? true : false
+ enable_pars = false # TODO: var.is_github_action ? true : false
22
pars_account_id = "to-be-replaced" # TODO: 22/08/2025 VIA-253 AS Replace with correct value
23
pars_target_environment_name = "${local.deploy_workspace}-${local.project_identifier_shortcode}-${local.environment}"
24
audit_log_retention_in_days = 30
0 commit comments