xxxxxxxxxx
resource "azurerm_resource_group" "rg1" {
provider = azurerm.subscriptionA
.
.
}
xxxxxxxxxx
provider "azurerm" {
aubscription_id = "4321-4321-4321-4321"
}
provider "azurerm" {
alias = "subscriptionA"
subscription_id = "1234-1234-1234-1234"
}