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