Nullstone module to create a subdomain on GCP.
This module creates a DNS Zone which follows a contract to administer through Nullstone. This module automatically works with gcp-domain.
domain (type=domain/gcp)
- Example: gcp-domain
(The nullstone block contains the subdomain name.)
create_vanity: bool (default: false)
- Enable this to create a vanity subdomain instead of environmental. This is typically enabled on the production environment.
name: string
- The name of the created subdomainfqdn: string
- The FQDN (fully-qualified domain name) for the created subdomainzone_id: string
- Google DNS Managed Zone ID (format projects/{{project}}/managedZones/{{name}})nameservers: list(string)
- List of Nameservers for Google DNS Managed Zonedomain_name: string
- The name of the root domaindomain_zone_id: string
- The zone ID of the root domain