
* try to fix 101-attestation-provider --------- Co-authored-by: zjhe <hezijie@microsoft.com>
17 lines
434 B
HCL
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."
|
|
} |