Skip to content

Commit

Permalink
Merge pull request #84 from HewlettPackard/update-instance-datatype
Browse files Browse the repository at this point in the history
comment MaxStorage and MaxMemory
  • Loading branch information
manjunath-batakurki authored Nov 7, 2024
2 parents a6b16f1 + 76f500c commit 1b66a82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/models/instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,10 @@ type GetInstanceContainer struct {
ContainerType NameModel `json:"containerType" tf:"container_type,sub"`
Server GetInstanceContainersServer `json:"server" tf:"server,sub"`
Hostname string `json:"hostname" tf:"hostname"`
MaxStorage int64 `json:"maxStorage" tf:"max_storage"`
MaxMemory int64 `json:"maxMemory" tf:"max_memory"`
MaxCores int `json:"maxCores" tf:"max_cores"`
// int64 not there in terraform schema type
// MaxStorage int64 `json:"maxStorage" tf:"max_storage"`
// MaxMemory int64 `json:"maxMemory" tf:"max_memory"`
MaxCores int `json:"maxCores" tf:"max_cores"`
}

type GetInstanceContainersServer struct {
Expand Down

0 comments on commit 1b66a82

Please sign in to comment.