diff --git a/README.md b/README.md index 4c3eed5..dc8f428 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ module "storage_sftp" { | Name | Source | Version | |------|--------|---------| -| storage\_account | claranet/storage-account/azurerm | ~> 7.13.3 | +| storage\_account | claranet/storage-account/azurerm | ~> 7.14.0 | ## Resources diff --git a/r-storage-account.tf b/r-storage-account.tf index e439b64..8a84ba6 100644 --- a/r-storage-account.tf +++ b/r-storage-account.tf @@ -1,6 +1,6 @@ module "storage_account" { source = "claranet/storage-account/azurerm" - version = "~> 7.13.3" + version = "~> 7.14.0" location = var.location location_short = var.location_short