terraform-aws-iam-system-user icon indicating copy to clipboard operation
terraform-aws-iam-system-user copied to clipboard

invalid value for name aws_iam_user

Open finchr opened this issue 2 years ago • 0 comments

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

terraform plan exits with the message "Error: invalid value for name (must only contain alphanumeric characters, hyphens, underscores, commas, periods, @ symbols, plus and equals signs)". I first encountered this error calling cloudposse/ses/aws using terragrunt but I can reproduce the error from examples/complete.

Expected Behavior

I expect the iam user to be created.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to 'examples/complete'
  2. Run terraform init; terraform plan
  3. Enter '.us-east-1'
  4. See attached screenshot.

Screenshots

See attached screenshot.

Screen Shot 2022-07-08 at 4 14 43 PM

Environment (please complete the following information):

Anything that will help us triage the bug will help. Here are some ideas:

  • OS: Linux and Mac OS X
  • Version Terraform v1.1.9

Additional Context

Add any other context about the problem here.

finchr avatar Jul 08 '22 23:07 finchr