Skip to content

Instantly share code, notes, and snippets.

@dilani14
Last active June 6, 2020 17:15
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 dilani14/fc2008d4463ed36c58a816507c8e354c to your computer and use it in GitHub Desktop.
Save dilani14/fc2008d4463ed36c58a816507c8e354c to your computer and use it in GitHub Desktop.
state config
terraform {
backend "azurerm" {
resource_group_name = "dilani-tf-rg"
storage_account_name = "dilanitfsc"
container_name = "dilanitfcontainer"
key = "qa.tfstate"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment