101-web-app-windows-dotnet patch (#173)

* fix 101-web-app-windows-dotnet example
This commit is contained in:
Dingjia Chen
2023-02-24 01:25:22 -06:00
committed by GitHub
parent 86ffc09726
commit 2eba295342
4 changed files with 45 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 {}
}