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 only permits alphanumeric and hyphens, whereas underscores are valid characters. #2603

Closed
CpuID opened this issue Jul 2, 2015 · 3 comments

Comments

@CpuID
Copy link
Contributor

CpuID commented Jul 2, 2015

We currently have a heap of DB Subnet Groups that were created with Terraform, that have underscores in the name. Since upgrading to 0.6.0 it errors with:

  * aws_db_subnet_group.production_default: only alphanumeric characters and hyphens allowed in "name"

The name cannot be changed in the AWS Console, and I suspect it cannot be changed via API also. Can we adjust the logic to permit underscores in names? Being that AWS allows these as valid characters. Thanks.

@CpuID
Copy link
Contributor Author

CpuID commented Jul 2, 2015

PR #2604 created for this.

@radeksimko
Copy link
Member

#2604 merged

@ghost
Copy link

ghost commented May 1, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants