An open API service indexing awesome lists of open source software.

https://github.com/cms-enterprise/batcave-tf-route53

batCAVE Route53 Terraform module
https://github.com/cms-enterprise/batcave-tf-route53

aws-route53 batcave terraform terraform-module

Last synced: 5 months ago
JSON representation

batCAVE Route53 Terraform module

Awesome Lists containing this project

README

        

# batcave-tf-route53

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.2 |
| [aws](#requirement\_aws) | >= 4.61.0 |

## Providers

| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 4.61.0 |

## Modules

| Name | Source | Version |
|------|--------|---------|
| [records](#module\_records) | ./records | n/a |

## Resources

| Name | Type |
|------|------|
| [aws_route53_zone.cms_zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone) | data source |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [endpoint\_subdomain\_map](#input\_endpoint\_subdomain\_map) | Map of type: {public:{endpoint: , subdomains: ["subdomain1", "subdomain2"]}} | `map(any)` | n/a | yes |
| [hosted\_zone\_dns](#input\_hosted\_zone\_dns) | base domain associated with the private hosted zone for this account | `string` | `""` | no |
| [ttl](#input\_ttl) | n/a | `string` | `"60"` | no |

## Outputs

| Name | Description |
|------|-------------|
| [records](#output\_records) | n/a |
| [zone\_data](#output\_zone\_data) | n/a |