2021-07-31 17:36:47 -07:00

15 lines
263 B
HCL

variable "resource_group_name" {
default = "myResourceGroup"
}
variable "resource_group_location" {
default = "eastus"
}
variable "policy_file" {
default = "./certs/cert.pem"
}
variable "attestation_provider_name" {
default = "attestationprovider007"
}