Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password error #1

Open
gamename opened this issue Jul 5, 2019 · 0 comments
Open

Password error #1

gamename opened this issue Jul 5, 2019 · 0 comments

Comments

@gamename
Copy link

gamename commented Jul 5, 2019

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" {

Here is the calling code:

module "ad" {
  source         = "neillturner/simplead/aws"
  version        = "0.2.0"
  domain_name    = "rtt.training.aws"
  short_name     = "rtt"
  size           = "Small"
  admin_password = "secret"
  vpc_id         = module.vpc.vpc_id
  subnet_ids     = module.vpc.private_subnets
  computer_ou    = "RTT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant