Skip to content

Commit

Permalink
Merge pull request #73 from HewlettPackard/schema_update
Browse files Browse the repository at this point in the history
Instance Network Schema update
  • Loading branch information
manjunath-batakurki authored Jun 10, 2024
2 parents c5b00ee + d9dfa49 commit 128c0cf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkg/models/instance_tf.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021-2024 Hewlett Packard Enterprise Development LP

// This file contains struct models related to terraform, but not the API
package models
Expand Down Expand Up @@ -28,9 +28,8 @@ type TFInstanceVolume struct {
}

type TFInstanceNetwork struct {
ID int `tf:"id"`
InterfaceID int `tf:"interface_id"`
IsPrimary bool `tf:"is_primary"`
InternalID int `tf:"internal_id"`
Name string `tf:"name"`
ID int `tf:"id"`
InterfaceID int `tf:"interface_id"`
IsPrimary bool `tf:"is_primary"`
InternalID int `tf:"internal_id"`
}

0 comments on commit 128c0cf

Please sign in to comment.