Skip to content

Commit f77667d

Browse files
authored
fix(cognito): fix validationException (#11)
* feat: init commit (#1) * fix(workflows): update workflows (#2) * feat(workflows): add release script (#5) * fix(workflows): fix dispatch action (#7) * fix(functions): update webpack (#8) * fix(lambda): add tracing_config (#9) * fix(cognito): fix validationException
1 parent e8f53e4 commit f77667d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.releaserc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"branches": [
33
"main",
4-
{
5-
"name": "create-release-workflow",
6-
"preleast": true
7-
}
4+
{name:"develop",pre-release:true}
85
],
9-
"repositoryUrl": "git@github.com:rayprogramming/videoStreamer-users.git",
6+
"repositoryUrl": "git@github.com:rayprogramming/terraform-aws-rayprogramming-cognito-auth.git",
107
"plugins": [
118
"@semantic-release/commit-analyzer",
129
"@semantic-release/release-notes-generator",

cognito.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "aws_cognito_user_pool_client" "client" {
3030
"name",
3131
"nickname",
3232
"phone_number",
33-
"phone_number_verified",
33+
"phonenumber_verified",
3434
"picture",
3535
"preferred_username",
3636
"profile",

0 commit comments

Comments
 (0)