github.com/bpineau/terraform@v0.8.0-rc1.0.20161126184705-a8886012d185/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")