101-managed-instance patch (#181)

* fix example
This commit is contained in:
Dingjia Chen
2023-03-05 23:48:38 -06:00
committed by GitHub
parent 6f269e7869
commit 327a771a19
4 changed files with 45 additions and 47 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"
}
}
}