2021-04-19 18:44:18 -07:00

5 lines
147 B
HCL

# Use this file to define all outputs that will be returned by the configuration
output "resource" {
value = azurerm_resource_group.my_rg.name
}