Packer with bastion

Moki Lv6
1
2
3
4
5
6
7
8
source "openstack" "image" {
.....

ssh_bastion_host = var.bastion_ip
ssh_bastion_port = "22"
ssh_bastion_username = "packer"
ssh_bastion_private_key_file = "./ssh-keys/packer/id_ed25519"
}
On this page
Packer with bastion