From 7c9c4cfe746b427d228960e6c47d3d8233585354 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:24:23 +0000 Subject: [PATCH] chore(deps): update terraform azurerm to v3.116.0 (#120) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 6eb8ba7e..eb79574b 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.115.0" + version = "3.116.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index ae97b939..6a3d6351 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.115.0" + version = "3.116.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 9b4fee18..5181cdc9 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.115.0" + version = "3.116.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index 2501a02c..174ab806 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.115.0" + version = "3.116.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 58d71c8b..25a0eb17 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.115.0" + version = "3.116.0" } }