-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
azurerm_kusto_cluster name check is not correct #23686
Comments
Hello all, isn't there anyone who would like to comment on this issue or pay attention to it at all?! I would highly appreciate any information on whether there is a plan to fix this or not :) |
I have the same problem. The fix should be quite simple: |
I had this same issue. Instead of waiting for them to notice, I went ahead and took it upon myself to make this change since it is open. I currently have a PR in place to fix this. Now to wait on the change to be approved. Here is the link to the PR for reference. |
Thanks @Dirrbick. |
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. |
Is there an existing issue for this?
Community Note
Terraform Version
1.5.5
AzureRM Provider Version
3.77.0
Affected Resource(s)/Data Source(s)
azurerm_kusto_cluster
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The resource code is generated without an error
Actual Behaviour
The resource code is generated (when adding the -generate-config-out=file.tf in the plan command) but the command throws the following error:
Error: "name" must begin with a letter and may only contain alphanumeric characters: "project-nonprod-dx"
Steps to Reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: