mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
10 lines
224 B
HCL
10 lines
224 B
HCL
|
|
output "registry" {
|
|
value = "${azurerm_container_registry.registry.name}.azurecr.io"
|
|
}
|
|
|
|
output "registry_token" {
|
|
value = azurerm_container_registry_token_password.containerd.password1[0].value
|
|
sensitive = true
|
|
}
|