File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,9 +223,9 @@ provider:
223223 AUTH0_DOMAIN : ${file(./env.json):auth0-domain, ssm:/cla-auth0-domain-${opt:stage}}
224224 AUTH0_CLIENT_ID : ${file(./env.json):auth0-clientId, ssm:/cla-auth0-clientId-${opt:stage}}
225225 AUTH0_USERNAME_CLAIM : ${file(./env.json):auth0-username-claim, ssm:/cla-auth0-username-claim-${opt:stage}}
226- AUTH0_USERNAME_CLAIM_CLI : ${file(./env.json):auth0-username-cli-claim, ssm:/cla-auth0-username-claim-cli-${sls :stage}}
227- AUTH0_EMAIL_CLAIM_CLI : ${file(./env.json):auth0-email-cli-claim, ssm:/cla-auth0-email-claim-cli-${sls :stage}}
228- AUTH0_NAME_CLAIM_CLI : ${file(./env.json):auth0-name-cli-claim, ssm:/cla-auth0-name-claim-cli-${sls :stage}}
226+ AUTH0_USERNAME_CLAIM_CLI : ${file(./env.json):auth0-username-cli-claim, ssm:/cla-auth0-username-claim-cli-${opt :stage}}
227+ AUTH0_EMAIL_CLAIM_CLI : ${file(./env.json):auth0-email-cli-claim, ssm:/cla-auth0-email-claim-cli-${opt :stage}}
228+ AUTH0_NAME_CLAIM_CLI : ${file(./env.json):auth0-name-cli-claim, ssm:/cla-auth0-name-claim-cli-${opt :stage}}
229229 AUTH0_ALGORITHM : ${file(./env.json):auth0-algorithm, ssm:/cla-auth0-algorithm-${opt:stage}}
230230 SF_INSTANCE_URL : ${file(./env.json):sf-instance-url, ssm:/cla-sf-instance-url-${opt:stage}}
231231 SF_CLIENT_ID : ${file(./env.json):sf-client-id, ssm:/cla-sf-consumer-key-${opt:stage}}
You can’t perform that action at this time.
0 commit comments