integrtae GCP Cloud DNS from the gce provider

This commit is contained in:
Samuel Beaulieu 2022-07-27 10:19:22 -05:00
parent 48ecaa7320
commit c028000a61
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
5 changed files with 53 additions and 13 deletions

View file

@ -81,7 +81,10 @@
# Overwrites the global domain parameter. This should match the dns zone domain set for the dns_zone_resource_name.
# It is used to infer the domain part of the FQDN ie $vm_name.$domain
# When setting multiple providers at the same time, this value should be set for each GCE pools.
# (optional) If not explicitely set, the FQDN is inferred using the global 'domain' config parameter
# (optional) when not set, the dns setup / teardown is skipped and the instance is reachable via the private_dns_name
# - project
# The GCP project name where the DNS zone resource exists
# (optional)
# Example:
:aws:
@ -91,6 +94,7 @@
volume_size: '10'
dns_zone_resource_name: 'subdomain-example-com'
domain: 'subdomain.example.com'
project: 'gcp-project-1'
# :pools:
#