Skip to content

Commit

Permalink
One character too long
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Feb 8, 2022
1 parent 3dedfef commit f7be5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "azurerm_storage_account" "permanent" {
name = format("%s_sa", replace(azurerm_resource_group.permanent.name, "_", ""))
name = format("%ssa", replace(azurerm_resource_group.permanent.name, "_", ""))
resource_group_name = azurerm_resource_group.permanent.name
location = azurerm_resource_group.permanent.location
account_tier = "Standard"
Expand Down

0 comments on commit f7be5e1

Please sign in to comment.