mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 04:32:59 -06:00
6 lines
138 B
Go
6 lines
138 B
Go
package azure
|
|
|
|
import "errors"
|
|
|
|
var PlatformStorageError = errors.New("When using a platform image, the 'storage' parameter is required")
|