diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 1e7c16f5bf..f59dc8a3b7 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.103.0" + version = "3.103.1" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 361432b2ce..1f38660801 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.103.0" + version = "3.103.1" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index ce04d492d5..ab2d497659 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.103.0" + version = "3.103.1" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index ab1c824754..7b2a0eeae8 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.103.0" + version = "3.103.1" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index a8d92e6ce7..adc4b83688 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.103.0" + version = "3.103.1" } }