Created
January 5, 2020 18:25
-
-
Save KyMidd/d7aac0144ba1c3e321fee9fe9949665c 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.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