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_subnet_group: "Default" is not allowed as "name" #376

Closed
xescugc opened this issue Apr 19, 2023 · 0 comments · Fixed by #381
Closed

aws_db_subnet_group: "Default" is not allowed as "name" #376

xescugc opened this issue Apr 19, 2023 · 0 comments · Fixed by #381
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_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.

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

Successfully merging a pull request may close this issue.

1 participant