Skip to content

Commit

Permalink
Merge pull request #8595 from ministryofjustice/code_formatter_2024_1…
Browse files Browse the repository at this point in the history
…1_26_04_48

GitHub Actions Code Formatter workflow
  • Loading branch information
ASTRobinson authored Nov 26, 2024
2 parents 1eb1241 + e287916 commit 436955d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/bootstrap/member-bootstrap/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data "aws_caller_identity" "modernisation-platform" {
# To Get Modernisation Platform Account Number
data "aws_ssm_parameter" "modernisation_platform_account_id" {
provider = aws.modernisation-platform
name = "modernisation_platform_account_id"
name = "modernisation_platform_account_id"
}

data "aws_iam_session_context" "whoami" {
Expand Down Expand Up @@ -82,4 +82,4 @@ locals {
"portal-production",
"portal-test"
])
}
}
8 changes: 4 additions & 4 deletions terraform/environments/core-logging/cortex_alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

locals {

cortex_topic_names = [
{name = "modplatform", channel_id = "C02PFCG8M1R"}, #modernisation-platform-low-priority-alarms
{name = "secops", channel_id = "C080Y6ZA81K"} #test-sns-secops
]
cortex_topic_names = [
{ name = "modplatform", channel_id = "C02PFCG8M1R" }, #modernisation-platform-low-priority-alarms
{ name = "secops", channel_id = "C080Y6ZA81K" } #test-sns-secops
]

max_queue_message_age = 3600 # Value in seconds. Suggested default value is 3600 seconds (1 hour)
}
Expand Down

0 comments on commit 436955d

Please sign in to comment.