Files
terraform/quickstart/101-storage-account-with-static-website/output.tf

8 lines
164 B
HCL

output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "storage_account_name" {
value = azurerm_storage_account.storage_account.name
}