101-cosmos-db-analyticalstore patch (#143)

* change azurerm version

* add default values
This commit is contained in:
Dingjia Chen
2023-02-09 21:06:33 -06:00
committed by GitHub
parent 9a4284c545
commit a522c44462
3 changed files with 17 additions and 5 deletions

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">=3.0.0"
version = ">=3.0, < 4.0"
}
}
}