aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
MIT License
174 stars 93 forks source link

Add support for DomainNameLabel on nic card #61

Open LaurentLesle opened 3 years ago

LaurentLesle commented 3 years ago

It must conform to the following regular expression: ^[A-Za-z0-9][A-Za-z0-9\-]{1,62}(?<!\-)$.

nyuen commented 3 years ago

@LaurentLesle can you give more detail on the property? you mean at the public IP level in a NIC?

Could you provide a working TF sample?