Open mrsimonemms opened 3 days ago
My guess is that Terraform searches for a list of resource groups and then searches for the domain name in each one, stopping after the first true
. I did look at this originally and I think the resource group was a reasonably slow API call, but some time-boxed investigation won't hurt.
If this is the case, this will require changes to the CLI, API and the required fields in the Console installer.
What is your feature idea?
The Golang SDK for Azure implied that the DNS zone needed a resource group to be found. The Terraform docs (which uses the Azure SDK) have it as an optional field.
See if we can do the same
Why is it needed?
Reduce input variables/complexity
Is this missing feature preventing you from using kubefirst?
Code of Conduct
Tasks