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

aws_db_parameter_group: only lowercase alphanumeric characters and hyphens allowed in parameter group "name" #377

Open
xescugc opened this issue Apr 19, 2023 · 0 comments
Labels
Provider: AWS Issues related to the AWS Provider Type: Bug Something isn't working

Comments

@xescugc
Copy link
Member

xescugc commented Apr 19, 2023

General information:

  • Operating System:
  • Terracognita version / tag:
  • Did you build Terracognita from sources or did you use the Docker image:

Describe the bug:

When importing some aws_db_parameter_group we get the following error, this specific ones with the default. should be ignored same reason as for #376

╷
│ Error: only lowercase alphanumeric characters and hyphens allowed in parameter group "name"
│ 
│   with module.tf.aws_db_parameter_group.default_postgres9_6,
│   on module-tf/rds_relational_database.tf line 147, in resource "aws_db_parameter_group" "default_postgres9_6":
│  147:   name        = "default.postgres9.6"
│ 
╵

Log message

Here you can paste the log message or paste the link to console logs. If the log message is too big, you can use a tool like https://pastebin.com/.

Additional context

Add any other context about the problem here.

@xescugc xescugc added Type: Bug Something isn't working Provider: AWS Issues related to the AWS Provider labels Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Provider: AWS Issues related to the AWS Provider Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant