Fgtvm64kvmv723fbuild1262fortinetoutkvmqcow2 Upd -

resource "libvirt_volume" "fortigate" 
  name   = "fgt723"
  source = "FGT_VM64_KVM-v7.2.3-build1262-FORTINET.out.kvm.qcow2"
  format = "qcow2"

resource "libvirt_domain" "fortigate-vm" name = "fgt723" memory = "4096" vcpu = 2 disk volume_id = libvirt_volume.fortigate.id network_interface network_name = "default"

sudo virsh console fortigate723

Default credentials (FortiGate):

Immediately configure basic settings:

config system interface
edit port1
set mode static
set ip 192.168.1.99 255.255.255.0
set allowaccess ping https ssh
end

Once the VM is running from this image, the "upd" (update) process typically involves the following steps via the FortiGate CLI: fgtvm64kvmv723fbuild1262fortinetoutkvmqcow2 upd