Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

bluk/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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages