# TO-DO: Set the provider version
provider "azurerm" {
subscription_id = var.subscription_id
tenant_id = var.tenant_id
features {}
}