ngs / terraform-cloudflare-github-org

CloudFlare Terraform module for setup GitHub organization verification.

Home Page:https://registry.terraform.io/modules/ngs/github-org/cloudflare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-cloudflare-github-org

CloudFlare Terraform module for setup GitHub Organization Domain Verification.

Usage

resource "cloudflare_zone" "example" {
  zone = "example.com"
}

module "github-org" {
  zone_id  = cloudflare_zone.example.id
  source   = "ngs/github-org/cloudflare"
  name     = "@"
  org      = "instance0"
  code     = "0123456789"
}

Inputs

Name Description
domain The DNS zone_id to add the record to
name The name of the record. Use @ for root domain
code Verification code
username GitHub organization name

Author

Atushi Nagase

License

MIT. See LICENSE

About

CloudFlare Terraform module for setup GitHub organization verification.

https://registry.terraform.io/modules/ngs/github-org/cloudflare

License:MIT License


Languages

Language:HCL 100.0%