-
-
Save KyMidd/ee930f421a24b6de509a7c1ee54d0afa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Main | |
provider "azurerm" { | |
features {} | |
} | |
# accountB | |
provider "azurerm" { | |
features {} | |
alias = "accountB" | |
subscription_id = "xxxxx-yyyyy-zzzzzz-00000000" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment