You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/builtin/providers/azure/errors.go

6 lines
138 B

package azure
import "errors"
var PlatformStorageError = errors.New("When using a platform image, the 'storage' parameter is required")