Documentation ¶
Index ¶
- func AttrValueToGo(v attr.Value) (interface{}, error)
- func DatasourceBlock(ctx context.Context, name string, path *tftypes.AttributePath, ...) (*schema.SchemaNestedBlock, error)
- func DatasourceSchema(ctx context.Context, s datasourceschema.Schema) (*schema.Schema, error)
- func DatasourceSchemaAttribute(ctx context.Context, name string, path *tftypes.AttributePath, ...) (*schema.SchemaAttribute, error)
- func FromProvider(p provider.Provider) (*schema.ProviderSchema, error)
- func ProviderBlock(ctx context.Context, name string, path *tftypes.AttributePath, ...) (*schema.SchemaNestedBlock, error)
- func ProviderSchema(ctx context.Context, s providerschema.Schema) (*schema.Schema, error)
- func ProviderSchemaAttribute(ctx context.Context, name string, path *tftypes.AttributePath, ...) (*schema.SchemaAttribute, error)
- func ResourceBlock(ctx context.Context, name string, path *tftypes.AttributePath, ...) (*schema.SchemaNestedBlock, error)
- func ResourceSchema(ctx context.Context, s resourceschema.Schema) (*schema.Schema, error)
- func ResourceSchemaAttribute(ctx context.Context, name string, path *tftypes.AttributePath, ...) (*schema.SchemaAttribute, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttrValueToGo ¶
func DatasourceBlock ¶
func DatasourceBlock(ctx context.Context, name string, path *tftypes.AttributePath, b datasourceschema.Block) (*schema.SchemaNestedBlock, error)
func DatasourceSchema ¶
func DatasourceSchemaAttribute ¶
func DatasourceSchemaAttribute(ctx context.Context, name string, path *tftypes.AttributePath, a datasourceschema.Attribute) (*schema.SchemaAttribute, error)
func FromProvider ¶
func FromProvider(p provider.Provider) (*schema.ProviderSchema, error)
func ProviderBlock ¶
func ProviderBlock(ctx context.Context, name string, path *tftypes.AttributePath, b providerschema.Block) (*schema.SchemaNestedBlock, error)
func ProviderSchema ¶
func ProviderSchemaAttribute ¶
func ProviderSchemaAttribute(ctx context.Context, name string, path *tftypes.AttributePath, a providerschema.Attribute) (*schema.SchemaAttribute, error)
func ResourceBlock ¶
func ResourceBlock(ctx context.Context, name string, path *tftypes.AttributePath, b resourceschema.Block) (*schema.SchemaNestedBlock, error)
func ResourceSchema ¶
func ResourceSchemaAttribute ¶
func ResourceSchemaAttribute(ctx context.Context, name string, path *tftypes.AttributePath, a resourceschema.Attribute) (*schema.SchemaAttribute, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.