Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created April 4, 2020 14: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 rahulsahay19/5b127993aa4af5171865716dbd7558ed to your computer and use it in GitHub Desktop.
Save rahulsahay19/5b127993aa4af5171865716dbd7558ed to your computer and use it in GitHub Desktop.
main.tf
terraform {
backend "azurerm" {
resource_group_name = "tstate"
storage_account_name = "tstate4656"
container_name = "tstate"
key = "terraform.tfstate"
}
}
resource "azurerm_resource_group" "state-demo-secure" {
name = "state-demo"
location = "eastus"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment