This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
python-azure-example/terraform/outputs.tf
2024-03-01 22:05:49 +01:00

3 lines
84 B
HCL

output "container_registry_name" {
value = azurerm_container_registry.main.name
}