mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
7 lines
113 B
HCL
7 lines
113 B
HCL
|
|
provider "azurerm" {
|
|
features {}
|
|
subscription_id = local.subscription_id
|
|
storage_use_azuread = true
|
|
}
|