This repository is used to manage a container registry on scaleway using terraform.
module "my_registry" {
source = "scaleway-terraform-modules/registry/scaleway"
version = "0.0.1"
}
Name |
Description |
Type |
Default |
Required |
name |
Unique name of the namespace. |
string |
n/a |
yes |
description |
Description of the namespace. |
string |
null |
no |
is_public |
Whether the images stored in the namespace should be downloadable publicly (docker pull). |
bool |
false |
no |
project_id |
ID of the project the namespace is associated with. Ressource will be created in the project set at the provider level if null. |
string |
null |
no |
region |
Region in which the namespace should be created. Ressource will be created in the region set at the provider level if null. |
string |
null |
no |
Name |
Description |
endpoint |
URL of the namespace. |
id |
ID of the namespace. |
Module is maintained with help from the community.
Mozilla Public License 2.0 Licensed. See LICENSE for full details.