9 lines
113 B
Terraform
9 lines
113 B
Terraform
variable "pve_api_endpoint" {
|
|
type = string
|
|
}
|
|
|
|
variable "pve_api_token" {
|
|
type = string
|
|
sensitive = true
|
|
}
|