diff --git a/operations/environments/dev/main.tf b/operations/environments/dev/main.tf index c47553c9a..a0eb81080 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.79.0" + version = "3.80.0" } } diff --git a/operations/environments/internal/main.tf b/operations/environments/internal/main.tf index be957e782..7001e717a 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.79.0" + version = "3.80.0" } } diff --git a/operations/environments/pr/main.tf b/operations/environments/pr/main.tf index 3388011c0..f6de5db8f 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.79.0" + version = "3.80.0" } } diff --git a/operations/environments/staging/main.tf b/operations/environments/staging/main.tf index 95ccec049..ce495af37 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.79.0" + version = "3.80.0" } }