conform to azure storage account name conventions
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-05-17 19:49:22 +02:00
parent 10b2628e59
commit de49d650ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
resource "azurerm_storage_account" "sa-hanyadikhet-functionapp" {
name = "sa-hanyadikhet-functionapp"
name = "sahanyadikhetfunctionapp"
resource_group_name = azurerm_resource_group.rg-hanyadikhet-functionapp.name
location = azurerm_resource_group.rg-hanyadikhet-functionapp.location
account_tier = "Standard"