Skip to content

Commit 096840d

Browse files
AJ/AS Disabling PARS in prod temporarily till we have their AWS account id
1 parent 12d4fc6 commit 096840d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/environments/prod/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818
app_version = var.app_version
1919
alarms_slack_channel_id = var.alarms_slack_channel_id
2020

21-
enable_pars = var.is_github_action ? true : false
21+
enable_pars = false # TODO: var.is_github_action ? true : false
2222
pars_account_id = "to-be-replaced" # TODO: 22/08/2025 VIA-253 AS Replace with correct value
2323
pars_target_environment_name = "${local.deploy_workspace}-${local.project_identifier_shortcode}-${local.environment}"
2424
audit_log_retention_in_days = 30

0 commit comments

Comments
 (0)