You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- provider "azurerm" {
- features {}
- client_id = var.client_id
- client_secret = var.client_secret
- subscription_id = var.subscription_id
- tenant_id = var.tenant_id
- }
|