Created
September 29, 2020 21:13
-
-
Save goyalmohit/21caee308b61f9c3916a0f9c9f3c303b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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