MCPcopy Index your code
hub / github.com/apache/cloudstack-terraform-provider / Error

Method Error

cloudstack/resources.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (e *retrieveError) Error() error {
43 return fmt.Errorf("Error retrieving ID of %s %s: %s", e.name, e.value, e.err)
44}
45
46func setValueOrID(d *schema.ResourceData, key string, value string, id string) {
47 if cloudstack.IsID(d.Get(key).(string)) {

Calls

no outgoing calls