Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-f committed Sep 21, 2024
1 parent cb3c238 commit e924de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileshare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ resource "azurerm_storage_share" "main" {
name = each.value.name
storage_account_name = azurerm_storage_account.main.name
quota = each.value.quota
}
}

0 comments on commit e924de2

Please sign in to comment.