From 110558020f9321c2f2ce2092d3cfa58c8f50bdd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:43:21 +0000 Subject: [PATCH] chore(deps): update terraform azurerm to v3.102.0 --- operations/environments/dev/main.tf | 2 +- operations/environments/internal/main.tf | 2 +- operations/environments/pr/main.tf | 2 +- operations/environments/prd/main.tf | 2 +- operations/environments/stg/main.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 9c1481d4b..87c974e59 100644 --- a/operations/environments/dev/main.tf +++ b/operations/environments/dev/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.101.0" + version = "3.102.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 160dd0226..aa126963a 100644 --- a/operations/environments/internal/main.tf +++ b/operations/environments/internal/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.101.0" + version = "3.102.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 71616b86f..895eef645 100644 --- a/operations/environments/pr/main.tf +++ b/operations/environments/pr/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.101.0" + version = "3.102.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index ea811616e..e5acdf8bc 100644 --- a/operations/environments/prd/main.tf +++ b/operations/environments/prd/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.101.0" + version = "3.102.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 14a427ee2..3ebef69e5 100644 --- a/operations/environments/stg/main.tf +++ b/operations/environments/stg/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.101.0" + version = "3.102.0" } }