Skip to content

Instantly share code, notes, and snippets.

@thomast1906
Created February 11, 2022 17:47
Show Gist options
  • Save thomast1906/7359d6da839e756252242b709b683a6f to your computer and use it in GitHub Desktop.
Save thomast1906/7359d6da839e756252242b709b683a6f to your computer and use it in GitHub Desktop.
terraform {
required_version = ">= 1.0.10"
backend "azurerm" {
}
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "2.82.0"
}
}
}
provider "azurerm" {
features {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment