diff --git a/template/provider/azure/main.tf b/template/provider/azure/main.tf index 8fd78ff9..d48045c2 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.70.0" + version = "4.71.0" } }