Skip to content

Instantly share code, notes, and snippets.

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