Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Last active November 10, 2020 00:48
Show Gist options
  • Save PradeepLoganathan/f52a57faab1cca9d4f98b84e3fcef4dd to your computer and use it in GitHub Desktop.
Save PradeepLoganathan/f52a57faab1cca9d4f98b84e3fcef4dd to your computer and use it in GitHub Desktop.
provider "azurerm" {
version = "~>2.35.0"
features {}
}
provider "azuread" {
version = "~>1.0.0"
}
terraform {
backend "azurerm" {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment