11 lines
326 B
HCL
11 lines
326 B
HCL
variable location {
|
|
type = string
|
|
description = "The Azure location where the resources will be created."
|
|
default = "westeurope"
|
|
}
|
|
|
|
variable ssh_public_key_file {
|
|
type = string
|
|
description = "The file path of the public SSH key to use for the virtual machine."
|
|
default = "~/.ssh/id_rsa.pub"
|
|
} |