terraform.tfvars
:
domain = "<domain.tld>"
Name | Version |
---|---|
cloudflare | 4.52.0 |
Name | Version |
---|---|
terraform | ~> 1.3 |
cloudflare | 4.52.0 |
The following input variables are required:
Description: The Cloudflare API token.
Type: string
Description: Cloudflare domain to apply custom pages.
Type: string
The following input variables are optional (have default values):
Description: List of Cloudflare error page objects.
Type:
list(object({
type = string
url = string
state = optional(string, "customized")
}))
Default: []
Name | Description |
---|---|
custom_pages | Created Cloudflare custom pages for the given zone. |
domain | Current zone information. |
Copyright (c) 2022 Flaconi GmbH