From ce521dd8ee07a7bc9c75be5431c0354b8069d44c Mon Sep 17 00:00:00 2001 From: David Dymko Date: Thu, 18 Nov 2021 09:17:17 -0500 Subject: [PATCH] instances will return the hostname that is assigned (#187) --- instance.go | 1 + 1 file changed, 1 insertion(+) diff --git a/instance.go b/instance.go index fa0c6a3..c47407b 100644 --- a/instance.go +++ b/instance.go @@ -96,6 +96,7 @@ type Instance struct { ImageID string `json:"image_id"` FirewallGroupID string `json:"firewall_group_id"` Features []string `json:"features"` + Hostname string `json:"hostname"` } type instanceBase struct {