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
Did you build Terracognita from sources or did you use the Docker image:
Describe the bug:
When importing some aws_db_subnet_group we may get
╷
│ Error: "Default" is not allowed as "name"
│
│ with module.tf.aws_db_subnet_group.default,
│ on module-tf/rds_relational_database.tf line 98, in resource "aws_db_subnet_group" "default":
│ 98: name = aws_vpc.cycloid_test.instance_tenancy
│
╵
Those are the resources managed by AWS so we should ignore them and not import/write them.
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.
The text was updated successfully, but these errors were encountered:
General information:
Describe the bug:
When importing some
aws_db_subnet_group
we may getThose are the resources managed by AWS so we should ignore them and not import/write them.
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.
The text was updated successfully, but these errors were encountered: