diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index a4ec0dfed..509f44cff 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.77.0" + version = "3.78.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index 4c9d80b02..1b5f5a930 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.77.0" + version = "3.78.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 10e1531f6..4f08401b3 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.77.0" + version = "3.78.0" } } diff --git a/operations/environments/staging/main.tf b/operations/environments/staging/main.tf index a7f8479c6..aa1277c44 100644 --- a/operations/environments/staging/main.tf +++ b/operations/environments/staging/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.77.0" + version = "3.78.0" } }