fix 101-cosmos-db-free-tier example (#160)

This commit is contained in:
Dingjia Chen
2023-02-16 19:44:57 -06:00
committed by GitHub
parent d8c965a294
commit 3e43a4eae0
4 changed files with 26 additions and 26 deletions

View File

@ -1,8 +1,14 @@
terraform {
required_version = ">= 1.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">=3.0.0"
version = ">= 3.0, < 4.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.0"
}
}
}