From c5eca3d8b788764b23f0dc18be58a1177e949eef Mon Sep 17 00:00:00 2001 From: OneGit service account - Renovate Date: Fri, 24 Jan 2025 14:30:23 +0000 Subject: [PATCH] chore(deps): update terraform claranet/storage-account/azurerm to ~> 8.3.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 f90ee2c..3b32949 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ EOC | Name | Source | Version | |------|--------|---------| -| storage\_account | claranet/storage-account/azurerm | ~> 8.2.0 | +| storage\_account | claranet/storage-account/azurerm | ~> 8.3.0 | ## Resources diff --git a/r-storage-account.tf b/r-storage-account.tf index 8277bc7..346cf3b 100644 --- a/r-storage-account.tf +++ b/r-storage-account.tf @@ -1,6 +1,6 @@ module "storage_account" { source = "claranet/storage-account/azurerm" - version = "~> 8.2.0" + version = "~> 8.3.0" location = var.location location_short = var.location_short