Code changes to multiple projects
This commit is contained in:
15
quickstart/101-attestation-provider/variables.tf
Normal file
15
quickstart/101-attestation-provider/variables.tf
Normal file
@ -0,0 +1,15 @@
|
||||
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"
|
||||
}
|
Reference in New Issue
Block a user