Open infazops opened 1 year ago
There is no advanced setting capability in the code for private dns zone link names. See modules/connectivity/locals.tf
Logic needs added to the name fields in the resource block starting at line 1583.
Thanks @infazops
We will put this on our backlog for prioritization
Community Note
Description
Is your feature request related to a problem? No
Describe the solution you'd like
When linking the record to a vnet using caf-enterprise-scale we end up with the first entry in this screen shot We would like it to be just "vnl-hub-vnet", so it can match the spoke links below, that were done manually from the gui portal
What we have tried. In settings.connectivity.tf
Since this is a hub network related setting, we have also tried
... and some other combinations of the above, which we don't want to bore you with.
We expect terraform plan to show that it will destroy the existing links and setup new links with the new link name. We get nothing. Any help much appreciated