Azure / terraform-azurerm-avm-res-app-managedenvironment

AVM Terraform module for Container Apps Managed Environments
MIT License
5 stars 5 forks source link

feat: validation for dapr component name #25

Open kewalaka opened 7 months ago

kewalaka commented 7 months ago

Need to add a variable condition to check for this:

"Invalid Dapr Component name 'my_dapr_component'. A name must consist of lower case alphanumeric characters, '-' or '.', start with an alphabetic character, and end with an alphanumeric character and cannot have '--'. The length must not be more than 60 characters."

segraef commented 5 months ago

@kewalaka is this sill open?

kewalaka commented 5 months ago

yep, haven't had a burning need for it. Just tripped me up in a CI run. When I next do some work on the module I'll address, unless someone gets there first, no plans made yet.