2021-08-01 18:53:36 -07:00

15 lines
264 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"
}