We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a684453 commit 7c16734Copy full SHA for 7c16734
2 files changed
infrastructure/modules/lambda/signing.tf
@@ -21,5 +21,5 @@ resource "aws_lambda_code_signing_config" "signing_config" {
21
untrusted_artifact_on_deployment = "Enforce"
22
}
23
24
- description = "Only allow Lambda bundles signed by our trusted signer profile"
+ description = "Only allow Lambda bundles signed by our trusted signer profile"
25
infrastructure/stacks/iams-developer-roles/github_actions_policies.tf
@@ -869,7 +869,7 @@ resource "aws_iam_policy" "code_signing_management" {
869
]
870
})
871
872
- tags = merge(local.tags, { Name = "code-signing-management" })
+ tags = merge(local.tags, { Name = "code-signing-management" })
873
874
875
# Attach the policies to the role
0 commit comments