quickstart/101-azure-storage-account/outputs.tf (
6
lines of code) (
raw
):
output "resource_group_name" { value = azurerm_resource_group.rg.name } output "storage_account_name" { value = azurerm_storage_account.sa.name }