fix 101-web-app-linux-java example (#174)

This commit is contained in:
Dingjia Chen
2023-02-24 01:24:23 -06:00
committed by GitHub
parent 4ada2e44f0
commit a543607bdd
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 {}
}