From 3c912d5a263a9da00f4a8679c3cabb4b3b6e587d Mon Sep 17 00:00:00 2001 From: David Dymko Date: Wed, 17 Nov 2021 08:25:00 -0500 Subject: [PATCH] instances will return the hostname that is assigned --- 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 {