You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 rivejä
285 B

  1. variable "vms" {
  2. type = list
  3. description = "Virtual machine definition list."
  4. }
  5. variable "default_ssh_pubkey" {
  6. type = string
  7. description = "Public key to use to connect on system"
  8. }
  9. variable "azvm_depends_on" {
  10. type = any
  11. default = null
  12. }