Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.tf Secret

Created September 16, 2024 00:51
Show Gist options
  • Save KyMidd/ee930f421a24b6de509a7c1ee54d0afa to your computer and use it in GitHub Desktop.
Save KyMidd/ee930f421a24b6de509a7c1ee54d0afa to your computer and use it in GitHub Desktop.
# 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