https://github.com/escapace/terraform-aws-fastmail
fastmail domain configuration for route53
https://github.com/escapace/terraform-aws-fastmail
aws fastmail route53 terraform terraform-module
Last synced: about 2 months ago
JSON representation
fastmail domain configuration for route53
- Host: GitHub
- URL: https://github.com/escapace/terraform-aws-fastmail
- Owner: escapace
- License: apache-2.0
- Created: 2020-06-08T15:16:21.000Z (almost 5 years ago)
- Default Branch: trunk
- Last Pushed: 2024-12-14T09:48:51.000Z (5 months ago)
- Last Synced: 2025-02-06T13:18:37.314Z (3 months ago)
- Language: HCL
- Homepage: https://registry.terraform.io/modules/escapace/fastmail/aws/latest
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Resources
| Name | Type |
| ------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| [aws_route53_record.caldav](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.caldavs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.carddav](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.carddavs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.fm1_domainkey](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.fm2_domainkey](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.fm3_domainkey](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.imap](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.imaps](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.jmap](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.mx_records](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.pop3](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.pop3s](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.spf](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_record.submission](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
| [aws_route53_zone.zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone) | data source |## Inputs
| Name | Description | Type | Default | Required |
| ----------- | ------------------------------------------ | -------------- | --------------------------------------- | :------: |
| spf_include | SPF record list | `list(string)` | `[ "include:spf.messagingengine.com" ]` | no |
| zone_id | Hosted Zone id of the desired Hosted Zone. | `string` | n/a | yes |