diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 9c1481d4b..87c974e59 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.101.0" + version = "3.102.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 160dd0226..aa126963a 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.101.0" + version = "3.102.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 71616b86f..895eef645 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.101.0" + version = "3.102.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index ea811616e..e5acdf8bc 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.101.0" + version = "3.102.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 14a427ee2..3ebef69e5 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.101.0" + version = "3.102.0" } }