fastmail-dns
bluk/fastmail-dns/google
Unofficial Terraform module to create Google DNS records for setting up FastMail
terraform-google-fastmail-dns This is an unofficial Terraform module which creates Google Cloud DNS records to setup a domain with FastMail. Example Usage In your Terraform file: `` resource "google_dns_managed_zone" "example" { name = "example" dns_name = "example.com." description = "Example domain" } module "example_fastmail" { source = "github.com/bluk/terraform-google-fastmail-dns" domain_name = "example.com" managed_zone_name = "${google_dns_managed_zone.example.name}" } ``
| Name | Type | Description | Default |
|---|---|---|---|
| domain_name | any | The domain name to setup DNS records for like `example.com` | required |
| managed_zone_name | any | The name of the managed zone resource to create DNS records in. Should be value | required |
| create_root_domain_txt | any | Determines if the root domain should have a TXT record. true/false | true |
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,