Skip to content

Commit

Permalink
edit test_resource.go for handle tag, disk, myimage, cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
SungWoongz committed Jul 24, 2024
1 parent 70a4c3a commit 052e9b5
Show file tree
Hide file tree
Showing 3 changed files with 371 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ func (cloudConn *AlibabaCloudConnection) CreatePriceInfoHandler() (irs.PriceInfo

func (cloudConn *AlibabaCloudConnection) CreateTagHandler() (irs.TagHandler, error) {
cblogger.Info("Start")
handler := alirs.AlibabaTagHandler{cloudConn.Region, cloudConn.VMClient, cloudConn.Cs2015Client}
handler := alirs.AlibabaTagHandler{cloudConn.Region, cloudConn.VMClient, cloudConn.Cs2015Client, cloudConn.VpcClient}
return &handler, nil
}
Loading

0 comments on commit 052e9b5

Please sign in to comment.