We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e1924 commit 2153103Copy full SHA for 2153103
1 file changed
infrastructure/modules/lambda/signing.tf
@@ -1,5 +1,6 @@
1
resource "aws_signer_signing_profile" "lambda_signing" {
2
- name_prefix = "eligibility-signing-"
+ name = "eligibilityapi${var.environment}lambdasigningprofile"
3
+ #aws signer is strict with names, does not like hyphens or underscores
4
5
platform_id = "AWSLambda-SHA384-ECDSA"
6
0 commit comments