fastmail-dns
bluk/fastmail-dns/aws
Unofficial Terraform module to create AWS Route 53 records for setting up FastMail
Install
README
terraform-aws-fastmail-dns This is an unofficial Terraform module which creates AWS Route 53 records to setup a domain with FastMail. Example Usage In your Terraform file: `` resource "aws_route53_zone" "example" { name = "example.com" } module "example_fastmail" { source = "github.com/bluk/terraform-aws-fastmail-dns" domain_name = "example.com" route53_zone_id = "${aws_route53_zone.example.zone_id}" } ``
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| domain_name | any | The domain name to setup DNS records for like `example.com` | required |
| route53_zone_id | any | The Route53 resource Hosted Zone ID to create DNS records in. Should be value of | required |
| create_root_domain_txt | any | Determines if the root domain should have a TXT record. true/false | true |
Resources (1)
Topics & Tags
Details
Similar packages
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,