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: name must contain only lowercase alphanumeric characters, numbers and hyphens. It must start and end with a letter and end only with a number or letter
on main.tf line 29, in resource "azurerm_storage_share_directory" "omni-share-directory":
29: resource "azurerm_storage_share_directory" "omni-share-directory" {
Expected Behavior
It should have created a resource group group-rg, a storage account test-omnidatabricks and a storage share named search and a directory of namd Behaviour
Actual Behavior
It says the directory can not have upper case. But in Azure portal it can have upper case without any problem.
Steps to Reproduce
terraform init
terraform plan
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 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Sep 28, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_storage_share_directory
Terraform Configuration Files
Panic Output
Expected Behavior
It should have created a resource group
group-rg
, a storage accounttest-omnidatabricks
and a storage share namedsearch
and a directory of namdBehaviour
Actual Behavior
It says the directory can not have upper case. But in Azure portal it can have upper case without any problem.
Steps to Reproduce
terraform init
terraform plan
The text was updated successfully, but these errors were encountered: