aws_db_parameter_group
: only lowercase alphanumeric characters and hyphens allowed in parameter group "name" #377
Open
Description
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.