201-confidential-vm patch (#146)

* fix 201-confidential-vm example

---------

Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
lonegunmanb
2023-02-11 11:34:22 +08:00
committed by GitHub
parent da7427ee53
commit 5ca09eaaf6
4 changed files with 43 additions and 23 deletions

View File

@ -4,7 +4,15 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.8"
version = ">= 3.0, < 4.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.0"
}
tls = {
source = "hashicorp/tls"
version = "4.0.4"
}
}
}