Skip to content

Commit

Permalink
Updated main.tf for storage account (#21146)
Browse files Browse the repository at this point in the history
  • Loading branch information
VikasVashisth authored Mar 27, 2023
1 parent ff20bbe commit 19a0a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/app-service/function-basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "azurerm_resource_group" "example" {
}

resource "azurerm_storage_account" "example" {
name = "${var.prefix}storageacct"
name = "${var.prefix}storageaccount"
resource_group_name = azurerm_resource_group.example.name
location = azurerm_resource_group.example.location
account_tier = "Standard"
Expand Down Expand Up @@ -42,4 +42,4 @@ resource "azurerm_linux_function_app" "example" {
site_config {
application_insights_connection_string = azurerm_application_insights.example.connection_string
}
}
}

0 comments on commit 19a0a00

Please sign in to comment.