Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created January 5, 2020 18:25
Show Gist options
  • Save KyMidd/d7aac0144ba1c3e321fee9fe9949665c to your computer and use it in GitHub Desktop.
Save KyMidd/d7aac0144ba1c3e321fee9fe9949665c to your computer and use it in GitHub Desktop.
terraform {
required_version = ">=0.12.18"
backend "azurerm" {
resource_group_name = "KylerResourceGroup"
storage_account_name = "kylerstorageaccount"
container_name = "terraform-state-container"
key = "terraform.tfstate"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment