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
- Host: GitHub
- URL: https://github.com/cms-enterprise/batcave-tf-route53
- Owner: CMS-Enterprise
- License: other
- Created: 2022-04-22T18:05:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T19:34:47.000Z (7 months ago)
- Last Synced: 2024-09-17T00:49:30.081Z (7 months ago)
- Topics: aws-route53, batcave, terraform, terraform-module
- Language: HCL
- Homepage: https://cloud.cms.gov/batcave-platform-service
- Size: 17.6 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Security: SECURITY.md
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 |