101-firewall-standard patch (#169)

* fix example

* add variable type
This commit is contained in:
Dingjia Chen
2023-02-21 00:17:48 -06:00
committed by GitHub
parent 1e7ae5e1c8
commit 4e0ad3a89c
4 changed files with 46 additions and 26 deletions

View File

@ -0,0 +1,18 @@
terraform {
required_version = ">= 1.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.0, < 4.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.0"
}
}
}
provider "azurerm" {
features {}
}