Skip to content

Commit

Permalink
Revert "Instance Network Schema update"
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe authored Jun 10, 2024
1 parent 128c0cf commit 1ca895a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkg/models/instance_tf.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2021-2024 Hewlett Packard Enterprise Development LP
// (C) Copyright 2021 Hewlett Packard Enterprise Development LP

// This file contains struct models related to terraform, but not the API
package models
Expand Down Expand Up @@ -28,8 +28,9 @@ 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"`
ID int `tf:"id"`
InterfaceID int `tf:"interface_id"`
IsPrimary bool `tf:"is_primary"`
InternalID int `tf:"internal_id"`
Name string `tf:"name"`
}

0 comments on commit 1ca895a

Please sign in to comment.