proxmox-vm/variable.tf

10 lines
147 B
Terraform
Raw Permalink Normal View History

2024-09-14 12:26:38 +00:00
variable "name" {
type = string
description = "name"
}
variable "description" {
type = string
description = "description"
}