Skip to content

ksatirli/terraform-dnsimple-github-org-verification

Repository files navigation

DNSimple: GitHub Organization Verification Record

This Terraform Module provisions a DNSimple DNS Record for GitHub Organization Verification.

Table of Contents

Requirements

  • GitHub Organization Account
  • DNSimple Account
  • Terraform 1.2.x or newer.

Usage

For examples, see the ./examples directory.

Inputs

Name Description Type Default Required
challenge The GitHub Organization verification challenge to set on the DNS record. string n/a yes
domain The DNSimple Domain to create the DNS record in. string n/a yes
organization The GitHub Organization to create the verification challenge record for. string n/a yes

Outputs

Name Description
dnsimple_zone_record Exported Attributes for dnsimple_zone_record.

Author Information

This module is maintained by the contributors listed on GitHub.

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.

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.