Updating code to align with Contributor Guide template

This commit is contained in:
Tom Archer
2022-08-23 19:02:18 -07:00
parent 40c33d528f
commit 26a919e903
5 changed files with 47 additions and 18 deletions

View File

@ -0,0 +1,15 @@
terraform {
required_version = ">=0.12"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>2.0"
}
}
}
provider "azurerm" {
features {}
}