diff --git a/template/provider/azure/main.tf b/template/provider/azure/main.tf index 7f048d17..283015a6 100644 --- a/template/provider/azure/main.tf +++ b/template/provider/azure/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.73.0" + version = "4.74.0" } }