https://github.com/workloads/dns
Terraform-managed DNS resources
https://github.com/workloads/dns
aws gandi terraform
Last synced: 2 months ago
JSON representation
Terraform-managed DNS resources
- Host: GitHub
- URL: https://github.com/workloads/dns
- Owner: workloads
- Created: 2022-08-30T02:47:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T08:08:48.000Z (over 1 year ago)
- Last Synced: 2025-01-28T20:51:37.142Z (about 1 year ago)
- Topics: aws, gandi, terraform
- Language: HCL
- Homepage: https://app.terraform.io/app/workloads/workspaces/dns
- Size: 310 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# HCP Terraform Workspace `dns`
> This repository manages DNS Configuration for [@workloads](https://github.com/workloads).
## Table of Contents
* [HCP Terraform Workspace `dns`](#hcp-terraform-workspace-dns)
* [Table of Contents](#table-of-contents)
* [Requirements](#requirements)
* [Development](#development)
* [Usage](#usage)
* [Inputs](#inputs)
* [Outputs](#outputs)
* [Contributors](#contributors)
* [License](#license)
## Requirements
* HashiCorp Terraform `1.9.x` or [newer](https://developer.hashicorp.com/terraform/downloads)
### Development
For development and testing of this repository:
- `terraform-docs` `0.18.0` or [newer](https://terraform-docs.io/user-guide/installation/)
## Usage
This repository uses a standard Terraform workflow (`init`, `plan`, `apply`).
For more information, including detailed usage guidelines, see the [Terraform documentation](https://developer.hashicorp.com/terraform/cli/commands).
### Inputs
| Name | Description | Type | Required |
|------|-------------|------|:--------:|
| gandi_api_key | Gandi API Key. | `string` | yes |
| management_region_aws | AWS-specific `Management` Region Identifier. | `string` | yes |
| project_identifier | Human-readable Project Identifier. | `string` | yes |
| domains | Project-specific (public) Domains. |
map(object({
name = string
github_challenge = optional(string)
google_site_verification = optional(string)
keybase_proof = optional(string)
onepassword_challenge = optional(string)
subdomains = optional(list(string))
})) | no |
| record_ttl | TTL of DNS Records. | `number` | no |
### Outputs
| Name | Description |
|------|-------------|
| aws_route53_zone_domains | Exported Attributes for `aws_route53_zone.domains`. |
| aws_route53_zone_svcs_dev_subdomains | Exported Attributes for `aws_route53_zone.svcs_dev_subdomains`. |
| gandi_nameservers | Exported Attributes for `gandi_nameservers`. |
| google_search_console_urls | Google Search Console URLs. |
## Contributors
For a list of current (and past) contributors to this repository, see [GitHub](https://github.com/workloads/dns/graphs/contributors).
## License
Licensed under the Apache License, Version 2.0 (the "License").
You may download a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
See the License for the specific language governing permissions and limitations under the License.