101-front-door-classic patch (#170)

* fix example
This commit is contained in:
Dingjia Chen
2023-02-21 00:28:55 -06:00
committed by GitHub
parent 0ba1d6ae57
commit ef09110e94
4 changed files with 26 additions and 19 deletions

View File

@ -1,18 +1,17 @@
# Configure the Azure provider
terraform {
required_version = ">= 1.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.27.0"
version = "~> 3.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"
source = "hashicorp/random"
version = "~> 3.0"
}
}
required_version = ">= 1.1.0"
}
provider "azurerm" {