Fix 101-synapse (#187)

* fix 101-synapse

Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
lonegunmanb
2023-03-14 07:20:21 +08:00
committed by GitHub
parent 03954463dc
commit bf49ecaafd
6 changed files with 53 additions and 11 deletions

View File

@ -1,7 +1,11 @@
terraform {
required_providers {
azurerm = {
version = "= 3.32.0"
version = ">= 3.32.0, < 4.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.4.3"
}
}
}