Files
linux-cloud-router/examples/azure/providers.tf
T

7 lines
141 B
Terraform

provider "azurerm" {
features {}
subscription_id = var.subscription_id
tenant_id = var.tenant_id != "" ? var.tenant_id : null
}