Skip to content

Commit

Permalink
Added option to create empty Cognito user pools. Updated variables.tf…
Browse files Browse the repository at this point in the history
… to allow the input to default to an empty map.
  • Loading branch information
sp-lut committed Oct 17, 2024
1 parent 8e900d5 commit 52c9f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ variable "users" {
email = string
})
)
default = {}
}

variable "desired_delivery_mediums" {
Expand Down

0 comments on commit 52c9f06

Please sign in to comment.