Skip to content

Commit

Permalink
Merge pull request #5451 from ministryofjustice/date_2023_11_13
Browse files Browse the repository at this point in the history
GitHub Actions Code Formatter workflow
  • Loading branch information
davidkelliott authored Nov 13, 2023
2 parents c3fd107 + 87aa2b8 commit 3b38a88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,16 +351,16 @@
},
"DOM1_atos_arkc_ras_vpn_to_mp_development": {
"action": "PASS",
"source_ip": "${atos_arkc_ras}",
"source_ip": "${atos_arkc_ras}",
"destination_ip": "${mp-development-test}",
"destination_port": "443",
"protocol": "TCP"
},
"DOM1_atos_arkf_ras_vpn_to_mp_development": {
"action": "PASS",
"source_ip": "${atos_arkf_ras}",
"source_ip": "${atos_arkf_ras}",
"destination_ip": "${mp-development-test}",
"destination_port": "443",
"protocol": "TCP"
}
}
}
16 changes: 8 additions & 8 deletions terraform/pagerduty/member-services-integrations.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1126,10 +1126,10 @@ resource "pagerduty_service_integration" "ncas_non_prod_cloudwatch" {
}

resource "pagerduty_slack_connection" "ncas_non_prod_connection" {
source_id = pagerduty_service.ncas_non_prod.id
source_type = "service_reference"
workspace_id = local.slack_workspace_id
channel_id = "C065VSLNFTJ"
source_id = pagerduty_service.ncas_non_prod.id
source_type = "service_reference"
workspace_id = local.slack_workspace_id
channel_id = "C065VSLNFTJ"
notification_type = "responder"
config {
events = [
Expand Down Expand Up @@ -1173,10 +1173,10 @@ resource "pagerduty_service_integration" "ncas_prod_cloudwatch" {
}

resource "pagerduty_slack_connection" "ncas_prod_connection" {
source_id = pagerduty_service.ncas_prod.id
source_type = "service_reference"
workspace_id = local.slack_workspace_id
channel_id = "C065VSLNFTJ"
source_id = pagerduty_service.ncas_prod.id
source_type = "service_reference"
workspace_id = local.slack_workspace_id
channel_id = "C065VSLNFTJ"
notification_type = "responder"
config {
events = [
Expand Down

0 comments on commit 3b38a88

Please sign in to comment.