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 uppercase and lowercase alphanumeric characters, numbers and hyphens. It must start and end with a letter and end only with a number or letter and can only be nested one level
on code/iac/sftp/main.tf line 57, in resource "azurerm_storage_share_directory" "folder01":
57: resource "azurerm_storage_share_directory" "folder01" {
Steps to Reproduce
terraform apply
References
Probably caused due to new regex pattern from #7382 for validating folder names
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 as resolved and limited conversation to collaborators
Oct 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.13
AzureRM 2.25.0
Affected Resource(s)
azurerm_storage_share_directory
Terraform Configuration Files
Expected Behavior
Folder "test-folder-1" is created
Actual Behavior
Error output:
Error: name must contain only uppercase and lowercase alphanumeric characters, numbers and hyphens. It must start and end with a letter and end only with a number or letter and can only be nested one level
on code/iac/sftp/main.tf line 57, in resource "azurerm_storage_share_directory" "folder01":
57: resource "azurerm_storage_share_directory" "folder01" {
Steps to Reproduce
terraform apply
References
Probably caused due to new regex pattern from #7382 for validating folder names
azurerm_storage_share_directory
-name
can now contain one nested directory #7382The text was updated successfully, but these errors were encountered: