File tree Expand file tree Collapse file tree
stacks/iams-developer-roles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11resource "aws_signer_signing_profile" "lambda_signing" {
2- name = " ${ terraform . workspace == " default" ? " " : " ${ terraform . workspace } " } EligibilityApiLambdaSigningProfile "
2+ name = " ${ terraform . workspace == " default" ? " " : " ${ terraform . workspace } " } EligibilityLambdaSigningProfile "
33 # aws signer is strict with names, does not like hyphens or underscores
44
55 platform_id = " AWSLambda-SHA384-ECDSA"
Original file line number Diff line number Diff line change 11locals {
22 stack_name = " iams-developer-roles"
33 dev_role_arn = " arn:aws:iam::${ data . aws_caller_identity . current . account_id } :role/aws-reserved/sso.amazonaws.com/${ var . default_aws_region } /AWSReservedSSO_vdselid_${ var . environment } _d92ae328ac8d84c7"
4- lambda_signing_profile_name = " ${ terraform . workspace == " default" ? " " : " ${ terraform . workspace } " } EligibilityApiLambdaSigningProfile "
4+ lambda_signing_profile_name = " ${ terraform . workspace == " default" ? " " : " ${ terraform . workspace } " } EligibilityLambdaSigningProfile "
55 lambda_signing_profile_arn = " arn:aws:signer:${ var . default_aws_region } :${ data . aws_caller_identity . current . account_id } :/signing-profiles/${ local . lambda_signing_profile_name } "
66}
You can’t perform that action at this time.
0 commit comments