Skip to content

Commit 1fc1191

Browse files
authored
feat(instance): add image to instance metadata output (#2714)
Signed-off-by: Paulo Dias <[email protected]>
1 parent fc914d1 commit 1fc1191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/instance/v1/instance_metadata_sdk.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ type Metadata struct {
9696
Organization string `json:"organization,omitempty"`
9797
Project string `json:"project,omitempty"`
9898
CommercialType string `json:"commercial_type,omitempty"`
99+
Image Image `json:"image,omitempty"`
99100
// PublicIP IPv4 only
100101
PublicIP struct {
101102
ID string `json:"id"`

0 commit comments

Comments
 (0)