Files
terraform/quickstart/101-resource-group/outputs.tf

4 lines
74 B
HCL

output "resource_group_name" {
value = azurerm_resource_group.rg.name
}