diff --git a/template/provider/azure/main.tf b/template/provider/azure/main.tf index 8221fc14..a8e242fe 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.66.0" + version = "4.67.0" } }