let inherit (import ) fysilib lib; in fysilib.terraform.eval (import { resource = { hcloud_server.system1 = { name = "system1"; server_type = "cx11"; location = "nbg1"; image = "\${data.hcloud_image.base.id}"; ssh_keys = [ "fysiweb-cli" ]; }; }; })