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
variable"prefix" {
description="The Prefix used for all resources in this example"
}
variable"location" {
description="The Azure Region in which all resources in this example should be created."
}
Debug Output
Panic Output
Error: private_service_connection.0.subresource_names.0 must only contain upper or lowercase letters, numbers, underscores, and periods
Expected Behavior
Private Endpoint created for given sqlServer sub resource (GroupId)
Actual Behavior
Error: private_service_connection.0.subresource_names.0 must only contain upper or lowercase letters, numbers, underscores, and periods
Steps to Reproduce
terraform init
terraform apply
Important Factoids
It appears the regex in ValidatePrivateLinkSubResourceName is single character only (^[\w\.]$)
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
Jan 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
Affected Resource(s)
azurerm_private_link_endpoint
Terraform Configuration Files
Debug Output
Panic Output
Error: private_service_connection.0.subresource_names.0 must only contain upper or lowercase letters, numbers, underscores, and periods
Expected Behavior
Private Endpoint created for given sqlServer sub resource (GroupId)
Actual Behavior
Error: private_service_connection.0.subresource_names.0 must only contain upper or lowercase letters, numbers, underscores, and periods
Steps to Reproduce
terraform init
terraform apply
Important Factoids
It appears the regex in ValidatePrivateLinkSubResourceName is single character only (
^[\w\.]$
)References
azurerm_private_link_endpoint
New Data Source:azurerm_private_link_endpoint_connection
and expose attibute inazurerm_subnet
#4493The text was updated successfully, but these errors were encountered: