You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I really like your module. But I'm getting this error when I try to use it:
Error: ValidationException: 1 validation error detected: Value at 'password' failed to satisfy constraint: Member must satisfy regular expression pattern: (?=^.{8,64}$)((?=.*\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\d)(?=.*[^A-Za-z0-9\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\s]))^.*
status code: 400, request id: c010f645-9f5e-11e9-a23d-15e2e3193d8d
on .terraform/modules/ad/neillturner-terraform-aws-simplead-6a17678/ad.tf line 1, in resource "aws_directory_service_directory" "my_simplead":
1: resource "aws_directory_service_directory" "my_simplead" {
Hi,
I really like your module. But I'm getting this error when I try to use it:
Here is the calling code:
The text was updated successfully, but these errors were encountered: