diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 7dcb15a3b..91abb963c 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 = "4.3.0" + version = "4.4.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 43523b8c5..c4f43e143 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 = "4.3.0" + version = "4.4.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 49d772cb7..861398103 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 = "4.3.0" + version = "4.4.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index c9844ee94..d3e529810 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 = "4.3.0" + version = "4.4.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 28487a79d..5cf0658fd 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 = "4.3.0" + version = "4.4.0" } }