Skip to content

Commit

Permalink
Merge pull request #11 from avinor/update-storage-account
Browse files Browse the repository at this point in the history
Bump up storage-account version
  • Loading branch information
BassOfLion authored Jun 1, 2021
2 parents 5fef3c1 + 5837841 commit 6816893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ resource "azurerm_subnet" "dmz" {

module "storage" {
source = "avinor/storage-account/azurerm"
version = "3.0.0"
version = "3.0.1"

name = var.name
resource_group_name = azurerm_resource_group.vnet.name
Expand Down

0 comments on commit 6816893

Please sign in to comment.