github.com/aznashwan/terraform@v0.4.3-0.20151118032030-21f93ca4558d/builtin/providers/azure/errors.go (about)

     1  package azure
     2  
     3  import "errors"
     4  
     5  var PlatformStorageError = errors.New("When using a platform image, the 'storage' parameter is required")