diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index 485d207217..9cd462521d 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.115.0" + version = "3.116.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index d14c772a01..9a97c13fce 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.115.0" + version = "3.116.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 146a2cc096..02d8b8b3b6 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.115.0" + version = "3.116.0" } } diff --git a/operations/environments/prd/main.tf b/operations/environments/prd/main.tf index 474966b115..ceeba2f719 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.115.0" + version = "3.116.0" } } diff --git a/operations/environments/stg/main.tf b/operations/environments/stg/main.tf index 4d987b3607..75b4f6dcbe 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.115.0" + version = "3.116.0" } }