Skip to content

Commit

Permalink
fix typo for DR endpoint (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidclaveau authored Aug 7, 2024
1 parent 47b783d commit 4379531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arSam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ Resources:
TABLE_NAME: !Ref TableNameAR
NAME_CACHE_TABLE_NAME: !Ref TableNameCacheAR
LOG_LEVEL: !Ref LogLevel
DATA_REGISTER_NAME_API_ENDPOINT: !Ref DataRegisterNameEndpoint
DATA_REGISTER_NAME_ENDPOINT: !Ref DataRegisterNameEndpoint
DATA_REGISTER_NAME_API_KEY: !Ref DataRegisterNameApiKey
Layers:
- !Ref BaseLayer
Expand Down

0 comments on commit 4379531

Please sign in to comment.