File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ module "aws_cognito_user_pool_simple_example" {
2
+
3
+ source = " ../modules/terraform-aws-cognito-user-pool"
4
+
5
+ user_pool_name = " simple_pool"
6
+
7
+ # tags
8
+ tags = {
9
+ Owner = " infra"
10
+ Environment = " production"
11
+ Terraform = true
12
+ }
13
+ }
Original file line number Diff line number Diff line change 1
- module "aws_cognito_user_pool_simple_example " {
1
+ module "aws_cognito_user_pool_simple_extended_example " {
2
2
3
3
source = " ../modules/terraform-aws-cognito-user-pool"
4
4
5
- user_pool_name = " mypool_simple "
5
+ user_pool_name = " simple_extended_pool "
6
6
alias_attributes = [" email" , " phone_number" ]
7
7
auto_verified_attributes = [" email" ]
8
8
sms_authentication_message = " Your username is {username} and temporary password is {####}."
You can’t perform that action at this time.
0 commit comments