Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksatirli/terraform-aws-route53-github-verification
Terraform Module: Route 53 Records for GitHub Domain Verification
https://github.com/ksatirli/terraform-aws-route53-github-verification
github github-organization terraform terraform-modules
Last synced: 12 days ago
JSON representation
Terraform Module: Route 53 Records for GitHub Domain Verification
- Host: GitHub
- URL: https://github.com/ksatirli/terraform-aws-route53-github-verification
- Owner: ksatirli
- License: apache-2.0
- Created: 2019-08-22T13:21:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T09:52:36.000Z (5 months ago)
- Last Synced: 2024-10-12T23:38:34.407Z (26 days ago)
- Topics: github, github-organization, terraform, terraform-modules
- Language: HCL
- Homepage: https://registry.terraform.io/modules/ksatirli/route53-github-verification/
- Size: 41 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GitHub Verification DNS Records
> This Terraform Module manages DNS records for [GitHub Domain verification](https://help.github.com/en/articles/verifying-your-organizations-domain).
## Table of Contents
* [GitHub Verification DNS Records](#github-verification-dns-records)
* [Table of Contents](#table-of-contents)
* [Requirements](#requirements)
* [Usage](#usage)
* [Inputs](#inputs)
* [Outputs](#outputs)
* [Author Information](#author-information)
* [License](#license)## Requirements
* Amazon Web Services (AWS) [Account](https://aws.amazon.com/account/)
* Terraform `1.1.x` or newer.## Usage
For examples, see the [./examples](https://github.com/ksatirli/terraform-aws-route53-workmail-records/tree/main/examples) directory.
### Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| github_owner | GitHub Owner identifier | `string` | n/a | yes |
| validation_code | GitHub Domain Validation String | `string` | n/a | yes |
| zone_id | ID of the DNS Zone to store Records in | `string` | n/a | yes |
| record_prefix | Prefix for TXT Record | `string` | `"_gh-"` | no |
| record_ttl | TTL for all DNS records | `string` | `300` | no |### Outputs
| Name | Description |
|------|-------------|
| aws_route53_record | Exported Attributes for `aws_route53_record`. |## Author Information
This module is maintained by the contributors listed on [GitHub](https://github.com/ksatirli/terraform-aws-route53-github-verification/graphs/contributors).
## License
Licensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
See the License for the specific language governing permissions and limitations under the License.