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
There is a naming convention in the DNS module that fails if the apex domain starts with a number. Google DNS does not allow the zone name to begin with a number.
Maybe there could be a variable that allows for the zone name to be overridden or add a prefix to the naming convention, e.g., root-.
Hi,
There is a naming convention in the DNS module that fails if the apex domain starts with a number. Google DNS does not allow the zone name to begin with a number.
Maybe there could be a variable that allows for the zone name to be overridden or add a prefix to the naming convention, e.g., root-.
https://github.com/jenkins-x/terraform-google-jx/blob/master/modules/dns/main.tf
managed_zone = replace(var.apex_domain, ".", "-")
Kind regards,
Kris.
The text was updated successfully, but these errors were encountered: