AWS Cognitoの設定値を取得するには、以下のコマンドを実行してください:
cd terraform
terraform output cognito_user_pool_id
terraform output cognito_user_pool_client_id
取得した値を html/js/register.js
ファイルの以下の箇所に設定してください:
this.USER_POOL_ID = 'YOUR_USER_POOL_ID';
this.CLIENT_ID = 'YOUR_CLIENT_ID';