Skip to content

storeyio/terraform-aws-fastmail-dns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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}"
}

About

Unofficial Terraform module to create AWS Route 53 records for setting up FastMail

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%