lonegunmanb 62fe33ce64
101-attestation-provider patch (#145)
* try to fix 101-attestation-provider

---------

Co-authored-by: zjhe <hezijie@microsoft.com>
2023-02-10 15:17:25 +08:00

17 lines
434 B
HCL

variable "attestation_provider_name" {
default = "attestation"
}
variable "cert_path" {
default = "~/.certs/cert.pem"
}
variable "resource_group_location" {
default = "eastus"
description = "Location of the resource group."
}
variable "resource_group_name_prefix" {
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}