diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index f9848a3ad..4cb218faa 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.97.0" + version = "3.97.1" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 3e762c8d0..fc014a6a1 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.97.0" + version = "3.97.1" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 0f85a28a8..59236435a 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.97.0" + version = "3.97.1" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index ea39536b9..7cd422d3a 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.97.0" + version = "3.97.1" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index c6ed522fc..f431a4d64 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.97.0" + version = "3.97.1" } }