github.com/icebourg/terraform@v0.6.5-0.20151015205227-263cc1b85535/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")