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

This commit is contained in:
2022-05-17 19:49:22 +02:00
parent 10b2628e59
commit de49d650ba
+1 -1
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"