terraform-google-terraform-enterprise icon indicating copy to clipboard operation
terraform-google-terraform-enterprise copied to clipboard

Support for passing provider for `dns_zone_name`

Open jsbroks opened this issue 4 years ago • 1 comments

Our DNS zone lives in a different gcp project then where we would like to deploy tfe. This means we need a different provider when querying for the dns zone.

Is it possible to add support for this?

jsbroks avatar Sep 24 '21 01:09 jsbroks

Hi @jsbroks! That seems like a feature that we could add fairly easily. 🎉

Alternatively, given that the google_dns_record_set resources created by the different load balancer submodules are not depended on by any other resources within the module, would it be preferable if we removed those record sets and instead output the FQDN and IP address that are currently passed to them, allowing greater flexibility for the caller to manage the DNS resources? 🤔

aaron-lane avatar Sep 24 '21 14:09 aaron-lane