← Back to registry
modules/examples-tfr-static/cloudflare
View module source code
Source: tfr.davidguerrero.fr/modules/examples-tfr-static/cloudflare
module "examples-tfr-static" {
source = "tfr.davidguerrero.fr/modules/examples-tfr-static/cloudflare"
version = "0.1.1"
}
Versions
Requirements
| Name |
Version |
| terraform |
>= 1.14.4 |
| cloudflare |
~> 5.19 |
Providers
| Name |
Version |
| cloudflare |
~> 5.19 |
Modules
No modules.
Resources
Inputs
| Name |
Description |
Type |
Default |
Required |
| bucket_location |
The R2 bucket location (see https://developers.cloudflare.com/r2/reference/data-location/#available-hints). |
string |
"WEUR" |
no |
| bucket_name |
The R2 bucket name. |
string |
"tfr-static" |
no |
| cloudflare_account_id |
Cloudflare account ID. |
string |
n/a |
yes |
| cloudflare_zone_id |
Cloudflare zone ID. |
string |
n/a |
yes |
| registry_domain |
The registry's domain. |
string |
n/a |
yes |
| use_worker |
Whether to use a worker script to respect the module registry protocol. |
bool |
false |
no |
Outputs
No outputs.