Skip to content

Instantly share code, notes, and snippets.

@johanngyger
Last active January 31, 2021 19:06
Show Gist options
  • Save johanngyger/be6af7b55a48cfe6f6b91bf5f8feedfd to your computer and use it in GitHub Desktop.
Save johanngyger/be6af7b55a48cfe6f6b91bf5f8feedfd to your computer and use it in GitHub Desktop.
terraform {
required_version = ">= 0.14, < 0.15"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 2.0"
}
}
}
provider "azurerm" {
features {}
}
locals {
location = "West Europe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment