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

@ -1,8 +1,8 @@
variable "attestation_provider_name" {
default = "attestationprovider007"
default = "attestation"
}
variable "policy_file" {
variable "cert_path" {
default = "~/.certs/cert.pem"
}