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
Error: invalid value for name (The topic name can contain only letters, numbers, periods, hyphens, tildas and underscores. The namespace must start with a letter, and it must end with a letter or number and be less then 260 characters long.)
Steps to Reproduce
terraform apply
Important Factoids
Adding a letter to the beginning of the topic name makes the provider accept the name. However, when creating the topic from the Azure portal, a name with only numbers is allowed - hence it should be allowed from Terraform as well.
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Jun 25, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
provider.azurerm v2.10.0
Affected Resource(s)
azurerm_servicebus_topic
Terraform Configuration Files
Expected Behavior
The topic should be deployed.
Actual Behavior
Error: invalid value for name (The topic name can contain only letters, numbers, periods, hyphens, tildas and underscores. The namespace must start with a letter, and it must end with a letter or number and be less then 260 characters long.)
Steps to Reproduce
terraform apply
Important Factoids
Adding a letter to the beginning of the topic name makes the provider accept the name. However, when creating the topic from the Azure portal, a name with only numbers is allowed - hence it should be allowed from Terraform as well.
The text was updated successfully, but these errors were encountered: