Files

6 lines
140 B
Terraform
Raw Permalink Normal View History

2026-06-30 20:31:12 +02:00
resource "scaleway_registry_namespace" "main" {
name = "main-cr"
description = "Main container registry"
is_public = false
}