provider

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() tfsdk.Provider

Types

type GoPluginV1 added in v0.3.0

type GoPluginV1 struct {
	Plugin    types.String            `tfsdk:"plugin"`
	InputData types.String            `tfsdk:"input_data"`
	Vars      map[string]types.String `tfsdk:"vars"`
	Result    types.String            `tfsdk:"result"`
	ID        types.String            `tfsdk:"id"`
}

type JQ

type JQ struct {
	Expression types.String            `tfsdk:"expression"`
	InputData  types.String            `tfsdk:"input_data"`
	Vars       map[string]types.String `tfsdk:"vars"`
	Pretty     types.Bool              `tfsdk:"pretty"`
	Result     types.String            `tfsdk:"result"`
	ID         types.String            `tfsdk:"id"`
}

type YQ added in v0.2.0

type YQ struct {
	Expression types.String `tfsdk:"expression"`
	InputData  types.String `tfsdk:"input_data"`
	Result     types.String `tfsdk:"result"`
	ID         types.String `tfsdk:"id"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL