mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04: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")
|