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

bluk/terraform-aws-fastmail-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

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

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages