Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 29, 2020 21:13
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/21caee308b61f9c3916a0f9c9f3c303b to your computer and use it in GitHub Desktop.
Save goyalmohit/21caee308b61f9c3916a0f9c9f3c303b to your computer and use it in GitHub Desktop.
terraform {
required_version = ">= 0.12, < 0.13"
backend "azurerm" {
resource_group_name = "tf-state-rg"
storage_account_name = "tfstatemohit20200930"
container_name = "azure-devops"
key = "terraform.tfstate"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment