Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 16, 2020 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/993070e2fedde47dcbf7fe81171a3cb3 to your computer and use it in GitHub Desktop.
Save goyalmohit/993070e2fedde47dcbf7fe81171a3cb3 to your computer and use it in GitHub Desktop.
variable "service_principal_id" {
description = "Service Principal Id"
type = string
}
variable "service_principal_key" {
description = "Service Principal Password"
type = string
}
variable "azurerm_spn_tenant_id" {
description = "Tenant ID for the service principal"
type = string
}
variable "azurerm_subscription_id" {
description = "Subscription ID for the target subscription"
type = string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment