conform to azure storage account name conventions
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
10b2628e59
commit
de49d650ba
@ -1,5 +1,5 @@
|
|||||||
resource "azurerm_storage_account" "sa-hanyadikhet-functionapp" {
|
resource "azurerm_storage_account" "sa-hanyadikhet-functionapp" {
|
||||||
name = "sa-hanyadikhet-functionapp"
|
name = "sahanyadikhetfunctionapp"
|
||||||
resource_group_name = azurerm_resource_group.rg-hanyadikhet-functionapp.name
|
resource_group_name = azurerm_resource_group.rg-hanyadikhet-functionapp.name
|
||||||
location = azurerm_resource_group.rg-hanyadikhet-functionapp.location
|
location = azurerm_resource_group.rg-hanyadikhet-functionapp.location
|
||||||
account_tier = "Standard"
|
account_tier = "Standard"
|
||||||
|
Reference in New Issue
Block a user