You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Cloudflare provider configuration.
|
|
# Authentication uses an API token passed via var.cloudflare_api_token.
|
|
# Never hardcode credentials here — use TF_VAR_* env vars or a gitignored .tfvars file.
|
|
provider "cloudflare" {
|
|
api_token = var.cloudflare_api_token
|
|
}
|