forked from fediversity/fediversity
rm output comment
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
702f20a974
commit
c426896dee
1 changed files with 0 additions and 133 deletions
|
|
@ -224,139 +224,6 @@ module "nixos-rebuild" {
|
|||
ssh_opts = var.ssh_opts
|
||||
}
|
||||
|
||||
# vm output: {
|
||||
# "acpi" = true
|
||||
# "agent" = tolist([
|
||||
# {
|
||||
# "enabled" = true
|
||||
# "timeout" = "15m"
|
||||
# "trim" = false
|
||||
# "type" = "virtio"
|
||||
# },
|
||||
# ])
|
||||
# "amd_sev" = tolist([])
|
||||
# "audio_device" = tolist([])
|
||||
# "bios" = "ovmf"
|
||||
# "boot_order" = tolist(null) /* of string */
|
||||
# "cdrom" = tolist([])
|
||||
# "clone" = tolist([])
|
||||
# "cpu" = tolist([
|
||||
# {
|
||||
# "affinity" = ""
|
||||
# "architecture" = ""
|
||||
# "cores" = 1
|
||||
# "flags" = tolist(null) /* of string */
|
||||
# "hotplugged" = 0
|
||||
# "limit" = 0
|
||||
# "numa" = true
|
||||
# "sockets" = 1
|
||||
# "type" = "x86-64-v2-AES"
|
||||
# "units" = 1024
|
||||
# },
|
||||
# ])
|
||||
# "description" = ""
|
||||
# "disk" = tolist([
|
||||
# {
|
||||
# "aio" = "io_uring"
|
||||
# "backup" = false
|
||||
# "cache" = "none"
|
||||
# "datastore_id" = "local"
|
||||
# "discard" = "on"
|
||||
# "file_format" = "qcow2"
|
||||
# "file_id" = ""
|
||||
# "import_from" = "local:import/qemu-nixos-fediversity-test.qcow2"
|
||||
# "interface" = "scsi0"
|
||||
# "iothread" = true
|
||||
# "path_in_datastore" = "101/vm-101-disk-1.qcow2"
|
||||
# "replicate" = true
|
||||
# "serial" = ""
|
||||
# "size" = 32
|
||||
# "speed" = tolist([])
|
||||
# "ssd" = true
|
||||
# },
|
||||
# ])
|
||||
# "efi_disk" = tolist([
|
||||
# {
|
||||
# "datastore_id" = "local"
|
||||
# "file_format" = "qcow2"
|
||||
# "pre_enrolled_keys" = false
|
||||
# "type" = "4m"
|
||||
# },
|
||||
# ])
|
||||
# "hook_script_file_id" = tostring(null)
|
||||
# "hostpci" = tolist([])
|
||||
# "id" = "101"
|
||||
# "initialization" = tolist([])
|
||||
# "ipv4_addresses" = tolist([])
|
||||
# "ipv6_addresses" = tolist([])
|
||||
# "keyboard_layout" = "en-us"
|
||||
# "kvm_arguments" = ""
|
||||
# "mac_addresses" = tolist([])
|
||||
# "machine" = ""
|
||||
# "memory" = tolist([
|
||||
# {
|
||||
# "dedicated" = 2048
|
||||
# "floating" = 0
|
||||
# "hugepages" = ""
|
||||
# "keep_hugepages" = false
|
||||
# "shared" = 0
|
||||
# },
|
||||
# ])
|
||||
# "migrate" = false
|
||||
# "name" = ""
|
||||
# "network_device" = tolist([
|
||||
# {
|
||||
# "bridge" = "vnet1306"
|
||||
# "disconnected" = false
|
||||
# "enabled" = true
|
||||
# "firewall" = false
|
||||
# "mac_address" = "BC:24:11:DE:E5:A8"
|
||||
# "model" = "virtio"
|
||||
# "mtu" = 0
|
||||
# "queues" = 0
|
||||
# "rate_limit" = 0
|
||||
# "trunks" = ""
|
||||
# "vlan_id" = 0
|
||||
# },
|
||||
# ])
|
||||
# "network_interface_names" = tolist([])
|
||||
# "node_name" = "node051"
|
||||
# "numa" = tolist([])
|
||||
# "on_boot" = true
|
||||
# "operating_system" = tolist([
|
||||
# {
|
||||
# "type" = "l26"
|
||||
# },
|
||||
# ])
|
||||
# "pool_id" = "Fediversity"
|
||||
# "protection" = false
|
||||
# "reboot" = false
|
||||
# "reboot_after_update" = true
|
||||
# "rng" = tolist([])
|
||||
# "scsi_hardware" = "virtio-scsi-single"
|
||||
# "serial_device" = tolist([])
|
||||
# "smbios" = tolist([])
|
||||
# "started" = true
|
||||
# "startup" = tolist([])
|
||||
# "stop_on_destroy" = false
|
||||
# "tablet_device" = true
|
||||
# "tags" = tolist(null) /* of string */
|
||||
# "template" = false
|
||||
# "timeout_clone" = 1800
|
||||
# "timeout_create" = 1800
|
||||
# "timeout_migrate" = 1800
|
||||
# "timeout_move_disk" = 1800
|
||||
# "timeout_reboot" = 1800
|
||||
# "timeout_shutdown_vm" = 1800
|
||||
# "timeout_start_vm" = 1800
|
||||
# "timeout_stop_vm" = 300
|
||||
# "tpm_state" = tolist([])
|
||||
# "usb" = tolist([])
|
||||
# "vga" = tolist([])
|
||||
# "virtiofs" = tolist([])
|
||||
# "vm_id" = 101
|
||||
# "watchdog" = tolist([])
|
||||
# }
|
||||
output "ips" {
|
||||
value = proxmox_virtual_environment_vm.nix_vm
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue