101-attestation-provider patch (#145)

* try to fix 101-attestation-provider

---------

Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
lonegunmanb
2023-02-10 15:17:25 +08:00
committed by GitHub
parent cdd05cd894
commit 62fe33ce64
3 changed files with 36 additions and 4 deletions

View File

@ -10,6 +10,10 @@ terraform {
source = "hashicorp/random"
version = "~>3.0"
}
tls = {
source = "hashicorp/tls"
version = "4.0.4"
}
}
}