Suppress write-only attributes #6404
Annotations
11 errors
|
Build:
pkg/tfshim/sdk-v1/schema.go#L11
cannot convert v1Schema{} (value of type v1Schema) to type shim.Schema: v1Schema does not implement shim.Schema (missing method WriteOnly)
|
Build:
pkg/tfshim/sdk-v1/schema.go#L12
cannot convert v1Schema{} (value of type v1Schema) to type shim.SchemaWithNewSet: v1Schema does not implement shim.SchemaWithNewSet (missing method WriteOnly)
|
Build:
pkg/tfshim/sdk-v1/schema.go#L27
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
|
Build:
pkg/tfshim/sdk-v1/schema.go#L176
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in return statement: v1Schema does not implement shim.Schema (missing method WriteOnly)
|
Build:
pkg/tfshim/sdk-v1/schema.go#L183
cannot use v1Schema{…} (value of type v1Schema) as shim.Schema value in argument to each: v1Schema does not implement shim.Schema (missing method WriteOnly)
|
Build:
pkg/tfshim/tfplugin5/marshal.go#L82
cannot use s (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
|
Build:
pkg/tfshim/tfplugin5/marshal.go#L86
cannot use &attributeSchema{…} (value of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
|
Build:
pkg/tfshim/tfplugin5/marshal.go#L148
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
|
Build:
pkg/tfshim/tfplugin5/marshal.go#L158
cannot use property (variable of type *attributeSchema) as shim.Schema value in assignment: *attributeSchema does not implement shim.Schema (missing method WriteOnly)
|
Build:
pkg/tfshim/tfplugin5/marshal.go#L212
impossible type assertion: id.(*attributeSchema)
|
Loading