From bc87e8ab58dddc0b55cac94014e8eba58592535f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:40:17 +0000 Subject: [PATCH] Update Terraform azurerm to v3.79.0 --- operations/environments/dev/main.tf | 2 +- operations/environments/internal/main.tf | 2 +- operations/environments/pr/main.tf | 2 +- operations/environments/staging/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 509f44cff..c47553c9a 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.78.0" + version = "3.79.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 1b5f5a930..be957e782 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.78.0" + version = "3.79.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 4f08401b3..3388011c0 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.78.0" + version = "3.79.0" } } diff --git a/operations/environments/staging/main.tf b/operations/environments/staging/main.tf index aa1277c44..95ccec049 100644 --- a/operations/environments/staging/main.tf +++ b/operations/environments/staging/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.78.0" + version = "3.79.0" } }