Files
alexandre.pires 32da5410bc
Terraform Scaleway IAC Validate on Pull Request / iac-validate (pull_request) Failing after 54s
Added the a13labs namespace to scaleway
2026-07-05 23:22:32 +02:00

6 lines
145 B
Terraform

resource "scaleway_registry_namespace" "a13labs" {
name = "a13labs"
description = "A13Labs container registry"
is_public = true
}