From ecb7f06bb8e6f96a65a567482ebb7a61cb806c6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:59:22 +0000 Subject: [PATCH] Update Terraform azurerm to v3.111.0 --- operations/environments/dev/main.tf | 2 +- operations/environments/internal/main.tf | 2 +- operations/environments/pr/main.tf | 2 +- operations/environments/stg/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 36117bb1..8d809d9a 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.110.0" + version = "3.111.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 91f12af7..b72cd2f9 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.110.0" + version = "3.111.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 51fe993e..09f4431c 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.110.0" + version = "3.111.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index d9147585..d60e7a9e 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.110.0" + version = "3.111.0" } }