```let assoc_bastion_ip = new os.networking.FloatingIpAssociate("associate_bastion_fip", { float...
f
Copy code
let assoc_bastion_ip = new os.networking.FloatingIpAssociate("associate_bastion_fip", {
    floatingIp: bastion_ip.then(ip  => ip.id),
    portId: bastion.id
});