From b1d44e883bda9985e436139fba86c7eecd387deb Mon Sep 17 00:00:00 2001 From: OneGit service account - Renovate Date: Wed, 3 Apr 2024 13:12:40 +0000 Subject: [PATCH] chore(deps): update dependency claranet/storage-account/azurerm to ~> 7.11.0 --- README.md | 2 +- r-storage-account.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20d899f..31ec9e3 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ EOC | Name | Source | Version | |------|--------|---------| -| storage\_account | claranet/storage-account/azurerm | ~> 7.10.0 | +| storage\_account | claranet/storage-account/azurerm | ~> 7.11.0 | ## Resources diff --git a/r-storage-account.tf b/r-storage-account.tf index c502492..d66d37c 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.10.0" + version = "~> 7.11.0" location = var.location location_short = var.location_short