Fix 101-storage-static-website (#188)

* fix 101-storage-static-website

---------

Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
lonegunmanb
2023-03-14 07:23:47 +08:00
committed by GitHub
parent fcd4f1d54f
commit 8aa98d5569
4 changed files with 35 additions and 11 deletions

View File

@ -0,0 +1,15 @@
terraform {
required_providers {
azurerm = {
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
version = "3.4.3"
}
}
}
provider "azurerm" {
features {}
}