fix 101-cosmos-db-aad-rbac example (#144)

This commit is contained in:
Dingjia Chen
2023-02-14 00:01:24 -06:00
committed by GitHub
parent 911b419f25
commit 5557a85e0b
3 changed files with 33 additions and 5 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"
}
}
}