Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- variable "vms" {
- type = list
- description = "Virtual machine definition list."
- }
-
- variable "default_ssh_pubkey" {
- type = string
- description = "Public key to use to connect on system"
- }
-
- variable "azvm_depends_on" {
- type = any
- default = null
- }
|