Skip to content

scaleway-terraform-modules/terraform-scaleway-registry

Terraform / Scaleway

Purpose

This repository is used to manage a container registry on scaleway using terraform.

Usage

module "my_registry" {
  source  = "scaleway-terraform-modules/registry/scaleway"
  version = "0.0.1"

}

Requirements

Name Version
terraform >= 0.13
scaleway >= 2.0.0

Resources

Name Type
scaleway_registry_namespace.this resource

Inputs

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

Outputs

Name Description
endpoint URL of the namespace.
id ID of the namespace.

Authors

Module is maintained with help from the community.

License

Mozilla Public License 2.0 Licensed. See LICENSE for full details.