From a2c3185c9dae3545f0ec713566d9897ea9524017 Mon Sep 17 00:00:00 2001 From: OneGit service account - Renovate Date: Fri, 4 Oct 2024 07:20:31 +0000 Subject: [PATCH] chore(deps): update dependency claranet/storage-account/azurerm to ~> 7.14.0 --- README.md | 2 +- m-cache-storage-account.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e39eb0c..d51aa76 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ module "site_recovery" { | Name | Source | Version | |------|--------|---------| -| cache\_storage\_account | claranet/storage-account/azurerm | ~> 7.13.3 | +| cache\_storage\_account | claranet/storage-account/azurerm | ~> 7.14.0 | | diagnostics\_recovery\_vault | claranet/diagnostic-settings/azurerm | ~> 7.0.0 | ## Resources diff --git a/m-cache-storage-account.tf b/m-cache-storage-account.tf index d31e134..b679875 100644 --- a/m-cache-storage-account.tf +++ b/m-cache-storage-account.tf @@ -1,6 +1,6 @@ module "cache_storage_account" { source = "claranet/storage-account/azurerm" - version = "~> 7.13.3" + version = "~> 7.14.0" client_name = var.client_name environment = var.environment