From 925ebd047e3f1b3393af26e022f27400cb326068 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:46:29 +0900 Subject: [PATCH] chore(deps): update terraform azurerm to ~> 3.81.0 (#121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- testdata/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/main.tf b/testdata/main.tf index 26f3b0a..e61a896 100644 --- a/testdata/main.tf +++ b/testdata/main.tf @@ -9,7 +9,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.80.0" + version = "~> 3.81.0" } } }