github.com/ggriffiths/terraform@v0.9.0-beta1.0.20170222213024-79c4935604cb/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")