Skip to content

Commit

Permalink
csr: format terraform (#4917)
Browse files Browse the repository at this point in the history
  • Loading branch information
keirwilliams authored Feb 9, 2024
1 parent e1b4cc6 commit 8b51058
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions terraform/environments/corporate-staff-rostering/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {

module "ad-clean-up-lambda" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-lambda-function" # ref for V3.1
count = local.environment == "test" ? 1 : 0 # temporary # temporary whilst on-going work
count = local.environment == "test" ? 1 : 0 # temporary whilst on-going work


application_name = local.lambda_ad_object_cleanup.function_name
Expand All @@ -33,8 +33,8 @@ module "ad-clean-up-lambda" {
}

data "archive_file" "ad-cleanup-lambda" {
type = "zip"
source_dir = "lambda/ad-clean-up"
output_path = "lambda/ad-clean-up/ad-clean-up-lambda-payload-test.zip"
type = "zip"
source_dir = "lambda/ad-clean-up"
output_path = "lambda/ad-clean-up/ad-clean-up-lambda-payload-test.zip"
}

Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ locals {
}
}
http-7781 = {
port = 7781
protocol = "TCP"
port = 7781
protocol = "TCP"
default_action = {
type = "forward"
target_group_name = "pp-csr-w-12-7781"
Expand Down

0 comments on commit 8b51058

Please sign in to comment.