quickstart/101-attestation-provider/variables.tf (14 lines of code) (raw):
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."
}