Skip to content

Commit

Permalink
Merge pull request #116 from yunkon-kim/24119-21
Browse files Browse the repository at this point in the history
Rename OutputObjectStorageInfo
  • Loading branch information
yunkon-kim authored Nov 19, 2024
2 parents 062c213 + 0d7294c commit 11ea339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/api/rest/model/object-storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ type TfVarsObjectStorage struct {
CSPResourceGroup string `json:"csp_resource_group,omitempty" example:"koreacentral"`
}

type ObjectStorageInfo struct {
// OutputObjectStorageInfo represents the Object Storage information structure
type OutputObjectStorageInfo struct {
Terrarium TerrariumInfo `json:"terrarium"`
ObjectStorageDetail ObjectStorageDetail `json:"object_storage_detail"`
}
Expand Down

0 comments on commit 11ea339

Please sign in to comment.