Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kin0992 committed Nov 7, 2023
1 parent 87c609e commit 613d2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .infrastructure/55_cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ resource "aws_cognito_user_pool" "devportal" {
developer_only_attribute = false
mutable = true
required = false
string_attribute_constraints = {
string_attribute_constraints {
min_length = 1
max_length = 256
}
Expand All @@ -187,7 +187,7 @@ resource "aws_cognito_user_pool" "devportal" {
developer_only_attribute = false
mutable = true
required = false
string_attribute_constraints = {
string_attribute_constraints {
min_length = 1
max_length = 256
}
Expand Down

0 comments on commit 613d2f7

Please sign in to comment.