mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-04 10:01:33 -05:00
Add ability to manage cloudstack affinity groups (#8360)
Add documentation for cloudstack affinity group resource Implement improvements from review by svanharmelen Update to latest go-cloudstack v2.1.3
This commit is contained in:
committed by
Sander van Harmelen
parent
92a9a7c8b8
commit
0835b64456
2
vendor/github.com/xanzy/go-cloudstack/cloudstack/cloudstack.go
generated
vendored
2
vendor/github.com/xanzy/go-cloudstack/cloudstack/cloudstack.go
generated
vendored
@@ -398,7 +398,7 @@ func WithProject(project string) OptionFunc {
|
||||
}
|
||||
|
||||
if !IsID(project) {
|
||||
id, err := cs.Project.GetProjectID(project)
|
||||
id, _, err := cs.Project.GetProjectID(project)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user