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
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.
The text was updated successfully, but these errors were encountered:
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
locked and limited conversation to collaborators
May 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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.
The text was updated successfully, but these errors were encountered: