CloudFlare Terraform module for setup GitHub Organization Domain Verification.
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"
}
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 |
MIT. See LICENSE