Switch registry to scaleway
This commit is contained in:
parent
9ee92797e1
commit
f8245550d0
7 changed files with 29 additions and 4 deletions
|
@ -18,3 +18,11 @@ output "scaleway_service_keys" {
|
|||
value = scaleway_iam_api_key.service_keys
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "scaleway_registry_endpoint_public" {
|
||||
value = scaleway_registry_namespace.public.endpoint
|
||||
}
|
||||
|
||||
output "scaleway_registry_endpoint_private" {
|
||||
value = scaleway_registry_namespace.private.endpoint
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue