Skip to content

Commit 2153103

Browse files
committed
[ELI-702] - changing name to something valid
1 parent f4e1924 commit 2153103

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infrastructure/modules/lambda/signing.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
resource "aws_signer_signing_profile" "lambda_signing" {
2-
name_prefix = "eligibility-signing-"
2+
name = "eligibilityapi${var.environment}lambdasigningprofile"
3+
#aws signer is strict with names, does not like hyphens or underscores
34

45
platform_id = "AWSLambda-SHA384-ECDSA"
56

0 commit comments

Comments
 (0)