Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 71167cd

Browse files
committed
Switched to admin-only user creation (API doesn't allow otherwise)
1 parent 5369072 commit 71167cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/identity/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ resource "aws_cognito_user_pool" "_" {
9797
]
9898

9999
admin_create_user_config {
100-
allow_admin_create_user_only = false
100+
allow_admin_create_user_only = true
101101
}
102102

103103
password_policy {

0 commit comments

Comments
 (0)