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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: private_service_connection.0.subresource_names.0 must begin and end with a alphanumeric character, be between 3 and 63 characters in length, only contain letters, numbers, underscores, periods, and dashes
│
│ with azurerm_private_endpoint.private_endpoint,
│ on pv-disk.tf line 30, in resource "azurerm_private_endpoint""private_endpoint":
│ 30: subresource_names = ["Microsoft.Compute/diskAccesses"]
│
╵
Is there an existing issue for this?
Community Note
Terraform Version
1.9.3
AzureRM Provider Version
4.12.0
Affected Resource(s)/Data Source(s)
azurerm_private_endpoint
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
allow to create the private endpoint with attachment to the disk access resource, with this allowed subresource name. (documented here https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource)
Actual Behaviour
fail
Steps to Reproduce
tf apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: