← Back to registry
modules/examples-tfr-static/bunnynet
View module source code
Source: tfr.davidguerrero.fr/modules/examples-tfr-static/bunnynet
module "examples-tfr-static" {
source = "tfr.davidguerrero.fr/modules/examples-tfr-static/bunnynet"
version = "0.1.0"
}
Versions
Requirements
| Name |
Version |
| terraform |
>= 1.14.4 |
Providers
No providers.
Modules
| Name |
Source |
Version |
| bucket |
tfr.davidguerrero.fr/modules/object-storage-bucket/scaleway |
~> 0.1.0 |
| read_user |
tfr.davidguerrero.fr/modules/iam-application/scaleway |
~> 0.1.0 |
| registry |
tfr.davidguerrero.fr/modules/pull-zone/bunnynet |
~> 0.1.1 |
| write_user |
tfr.davidguerrero.fr/modules/iam-application/scaleway |
~> 0.1.0 |
Resources
No resources.
Inputs
| Name |
Description |
Type |
Default |
Required |
| bucket_name |
The bucket name. |
string |
n/a |
yes |
| bucket_read_user_name |
The Scaleway IAM user name for read access to the bucket. |
string |
"tfr-static-read" |
no |
| bucket_region |
The bucket region. |
string |
"fr-par" |
no |
| bucket_write_user_name |
The Scaleway IAM user name for write access to the bucket. |
string |
"tfr-static-write" |
no |
| pull_zone_name |
The Bunny.net Pull Zone name. |
string |
n/a |
yes |
| scaleway_admin_user_ids |
List of user IDs to give admin access to the bucket. |
list(string) |
n/a |
yes |
| scaleway_project_id |
The Scaleway project ID. |
string |
n/a |
yes |
Outputs
| Name |
Description |
| write_user_access_key |
Access key for the bucket write user (e.g. CI pipeline). |
| write_user_secret_key |
Secret key for the bucket write user (e.g. CI pipeline). |