diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 044824217..f9848a3ad 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.96.0" + version = "3.97.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index cc34d6525..3e762c8d0 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.96.0" + version = "3.97.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index dff0a39df..0f85a28a8 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.96.0" + version = "3.97.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index 7f8c22e24..ea39536b9 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.96.0" + version = "3.97.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index edce98f6e..c6ed522fc 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.96.0" + version = "3.97.0" } }