terraform { required_providers { azurerm={ source="hashicorp/azurerm" version = "2.29.2" } } } provider "azurerm" { subscription_id = "" tenant_id = "" client_id = "" client_secret = "" features { } }