github.com/tomaszheflik/terraform@v0.7.3-0.20160827060421-32f990b41594/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")