Skip to content

Commit

Permalink
fix: add sms auth message to cfn template (#6789)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle authored Mar 12, 2021
1 parent 6e1d7af commit 7f9ea84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ Resources:
<% } %>
MfaConfiguration: !Ref mfaConfiguration
SmsVerificationMessage: !Ref smsVerificationMessage
SmsAuthenticationMessage: !Ref smsAuthenticationMessage
SmsConfiguration:
SnsCallerArn: !GetAtt SNSRole.Arn
ExternalId: <%=`${props.resourceNameTruncated}_role_external_id`%>
Expand Down

0 comments on commit 7f9ea84

Please sign in to comment.