github.com/ojiry/terraform@v0.8.2-0.20161218223921-e50cec712c4a/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")