Skip to content

Commit 7c16734

Browse files
committed
[ELI-702] formatting
1 parent a684453 commit 7c16734

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/modules/lambda/signing.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ resource "aws_lambda_code_signing_config" "signing_config" {
2121
untrusted_artifact_on_deployment = "Enforce"
2222
}
2323

24-
description = "Only allow Lambda bundles signed by our trusted signer profile"
24+
description = "Only allow Lambda bundles signed by our trusted signer profile"
2525
}

infrastructure/stacks/iams-developer-roles/github_actions_policies.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ resource "aws_iam_policy" "code_signing_management" {
869869
]
870870
})
871871

872-
tags = merge(local.tags, { Name = "code-signing-management" })
872+
tags = merge(local.tags, { Name = "code-signing-management" })
873873
}
874874

875875
# Attach the policies to the role

0 commit comments

Comments
 (0)