Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created May 10, 2020 13:18
Show Gist options
  • Select an option

  • Save PradeepLoganathan/1e93428c729b853efb98d638da657bb7 to your computer and use it in GitHub Desktop.

Select an option

Save PradeepLoganathan/1e93428c729b853efb98d638da657bb7 to your computer and use it in GitHub Desktop.
Data source -azure terraform
data "azurerm_subscription" "current" {
}
output "current_subscription_display_name" {
value = data.azurerm_subscription.current.display_name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment