Documentation ¶
Index ¶
- Variables
- func ApplyResourceChangeRequest(in *tfprotov6.ApplyResourceChangeRequest) *tfprotov5.ApplyResourceChangeRequest
- func ApplyResourceChangeResponse(in *tfprotov6.ApplyResourceChangeResponse) *tfprotov5.ApplyResourceChangeResponse
- func CallFunctionRequest(in *tfprotov6.CallFunctionRequest) *tfprotov5.CallFunctionRequest
- func CallFunctionResponse(in *tfprotov6.CallFunctionResponse) *tfprotov5.CallFunctionResponse
- func ConfigureProviderRequest(in *tfprotov6.ConfigureProviderRequest) *tfprotov5.ConfigureProviderRequest
- func ConfigureProviderResponse(in *tfprotov6.ConfigureProviderResponse) *tfprotov5.ConfigureProviderResponse
- func DataSourceMetadata(in tfprotov6.DataSourceMetadata) tfprotov5.DataSourceMetadata
- func Diagnostics(in []*tfprotov6.Diagnostic) []*tfprotov5.Diagnostic
- func DynamicValue(in *tfprotov6.DynamicValue) *tfprotov5.DynamicValue
- func Function(in *tfprotov6.Function) *tfprotov5.Function
- func FunctionMetadata(in tfprotov6.FunctionMetadata) tfprotov5.FunctionMetadata
- func FunctionParameter(in *tfprotov6.FunctionParameter) *tfprotov5.FunctionParameter
- func FunctionReturn(in *tfprotov6.FunctionReturn) *tfprotov5.FunctionReturn
- func GetFunctionsRequest(in *tfprotov6.GetFunctionsRequest) *tfprotov5.GetFunctionsRequest
- func GetFunctionsResponse(in *tfprotov6.GetFunctionsResponse) *tfprotov5.GetFunctionsResponse
- func GetMetadataRequest(in *tfprotov6.GetMetadataRequest) *tfprotov5.GetMetadataRequest
- func GetMetadataResponse(in *tfprotov6.GetMetadataResponse) *tfprotov5.GetMetadataResponse
- func GetProviderSchemaRequest(in *tfprotov6.GetProviderSchemaRequest) *tfprotov5.GetProviderSchemaRequest
- func GetProviderSchemaResponse(in *tfprotov6.GetProviderSchemaResponse) (*tfprotov5.GetProviderSchemaResponse, error)
- func ImportResourceStateRequest(in *tfprotov6.ImportResourceStateRequest) *tfprotov5.ImportResourceStateRequest
- func ImportResourceStateResponse(in *tfprotov6.ImportResourceStateResponse) *tfprotov5.ImportResourceStateResponse
- func ImportedResources(in []*tfprotov6.ImportedResource) []*tfprotov5.ImportedResource
- func PlanResourceChangeRequest(in *tfprotov6.PlanResourceChangeRequest) *tfprotov5.PlanResourceChangeRequest
- func PlanResourceChangeResponse(in *tfprotov6.PlanResourceChangeResponse) *tfprotov5.PlanResourceChangeResponse
- func PrepareProviderConfigRequest(in *tfprotov6.ValidateProviderConfigRequest) *tfprotov5.PrepareProviderConfigRequest
- func PrepareProviderConfigResponse(in *tfprotov6.ValidateProviderConfigResponse) *tfprotov5.PrepareProviderConfigResponse
- func RawState(in *tfprotov6.RawState) *tfprotov5.RawState
- func ReadDataSourceRequest(in *tfprotov6.ReadDataSourceRequest) *tfprotov5.ReadDataSourceRequest
- func ReadDataSourceResponse(in *tfprotov6.ReadDataSourceResponse) *tfprotov5.ReadDataSourceResponse
- func ReadResourceRequest(in *tfprotov6.ReadResourceRequest) *tfprotov5.ReadResourceRequest
- func ReadResourceResponse(in *tfprotov6.ReadResourceResponse) *tfprotov5.ReadResourceResponse
- func ResourceMetadata(in tfprotov6.ResourceMetadata) tfprotov5.ResourceMetadata
- func Schema(in *tfprotov6.Schema) (*tfprotov5.Schema, error)
- func SchemaAttribute(in *tfprotov6.SchemaAttribute) (*tfprotov5.SchemaAttribute, error)
- func SchemaBlock(in *tfprotov6.SchemaBlock) (*tfprotov5.SchemaBlock, error)
- func SchemaNestedBlock(in *tfprotov6.SchemaNestedBlock) (*tfprotov5.SchemaNestedBlock, error)
- func ServerCapabilities(in *tfprotov6.ServerCapabilities) *tfprotov5.ServerCapabilities
- func StopProviderRequest(in *tfprotov6.StopProviderRequest) *tfprotov5.StopProviderRequest
- func StopProviderResponse(in *tfprotov6.StopProviderResponse) *tfprotov5.StopProviderResponse
- func StringKind(in tfprotov6.StringKind) tfprotov5.StringKind
- func UpgradeResourceStateRequest(in *tfprotov6.UpgradeResourceStateRequest) *tfprotov5.UpgradeResourceStateRequest
- func UpgradeResourceStateResponse(in *tfprotov6.UpgradeResourceStateResponse) *tfprotov5.UpgradeResourceStateResponse
- func ValidateDataSourceConfigRequest(in *tfprotov6.ValidateDataResourceConfigRequest) *tfprotov5.ValidateDataSourceConfigRequest
- func ValidateDataSourceConfigResponse(in *tfprotov6.ValidateDataResourceConfigResponse) *tfprotov5.ValidateDataSourceConfigResponse
- func ValidateResourceTypeConfigRequest(in *tfprotov6.ValidateResourceConfigRequest) *tfprotov5.ValidateResourceTypeConfigRequest
- func ValidateResourceTypeConfigResponse(in *tfprotov6.ValidateResourceConfigResponse) *tfprotov5.ValidateResourceTypeConfigResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSchemaAttributeNestedTypeNotImplemented error = errors.New("SchemaAttribute NestedType is not implemented in protocol version 5")
Functions ¶
func ApplyResourceChangeRequest ¶
func ApplyResourceChangeRequest(in *tfprotov6.ApplyResourceChangeRequest) *tfprotov5.ApplyResourceChangeRequest
func ApplyResourceChangeResponse ¶
func ApplyResourceChangeResponse(in *tfprotov6.ApplyResourceChangeResponse) *tfprotov5.ApplyResourceChangeResponse
func CallFunctionRequest ¶ added in v0.13.0
func CallFunctionRequest(in *tfprotov6.CallFunctionRequest) *tfprotov5.CallFunctionRequest
func CallFunctionResponse ¶ added in v0.13.0
func CallFunctionResponse(in *tfprotov6.CallFunctionResponse) *tfprotov5.CallFunctionResponse
func ConfigureProviderRequest ¶
func ConfigureProviderRequest(in *tfprotov6.ConfigureProviderRequest) *tfprotov5.ConfigureProviderRequest
func ConfigureProviderResponse ¶
func ConfigureProviderResponse(in *tfprotov6.ConfigureProviderResponse) *tfprotov5.ConfigureProviderResponse
func DataSourceMetadata ¶ added in v0.12.0
func DataSourceMetadata(in tfprotov6.DataSourceMetadata) tfprotov5.DataSourceMetadata
func Diagnostics ¶
func Diagnostics(in []*tfprotov6.Diagnostic) []*tfprotov5.Diagnostic
func DynamicValue ¶
func DynamicValue(in *tfprotov6.DynamicValue) *tfprotov5.DynamicValue
func FunctionMetadata ¶ added in v0.13.0
func FunctionMetadata(in tfprotov6.FunctionMetadata) tfprotov5.FunctionMetadata
func FunctionParameter ¶ added in v0.13.0
func FunctionParameter(in *tfprotov6.FunctionParameter) *tfprotov5.FunctionParameter
func FunctionReturn ¶ added in v0.13.0
func FunctionReturn(in *tfprotov6.FunctionReturn) *tfprotov5.FunctionReturn
func GetFunctionsRequest ¶ added in v0.13.0
func GetFunctionsRequest(in *tfprotov6.GetFunctionsRequest) *tfprotov5.GetFunctionsRequest
func GetFunctionsResponse ¶ added in v0.13.0
func GetFunctionsResponse(in *tfprotov6.GetFunctionsResponse) *tfprotov5.GetFunctionsResponse
func GetMetadataRequest ¶ added in v0.12.0
func GetMetadataRequest(in *tfprotov6.GetMetadataRequest) *tfprotov5.GetMetadataRequest
func GetMetadataResponse ¶ added in v0.12.0
func GetMetadataResponse(in *tfprotov6.GetMetadataResponse) *tfprotov5.GetMetadataResponse
func GetProviderSchemaRequest ¶
func GetProviderSchemaRequest(in *tfprotov6.GetProviderSchemaRequest) *tfprotov5.GetProviderSchemaRequest
func GetProviderSchemaResponse ¶
func GetProviderSchemaResponse(in *tfprotov6.GetProviderSchemaResponse) (*tfprotov5.GetProviderSchemaResponse, error)
func ImportResourceStateRequest ¶
func ImportResourceStateRequest(in *tfprotov6.ImportResourceStateRequest) *tfprotov5.ImportResourceStateRequest
func ImportResourceStateResponse ¶
func ImportResourceStateResponse(in *tfprotov6.ImportResourceStateResponse) *tfprotov5.ImportResourceStateResponse
func ImportedResources ¶
func ImportedResources(in []*tfprotov6.ImportedResource) []*tfprotov5.ImportedResource
func PlanResourceChangeRequest ¶
func PlanResourceChangeRequest(in *tfprotov6.PlanResourceChangeRequest) *tfprotov5.PlanResourceChangeRequest
func PlanResourceChangeResponse ¶
func PlanResourceChangeResponse(in *tfprotov6.PlanResourceChangeResponse) *tfprotov5.PlanResourceChangeResponse
func PrepareProviderConfigRequest ¶
func PrepareProviderConfigRequest(in *tfprotov6.ValidateProviderConfigRequest) *tfprotov5.PrepareProviderConfigRequest
func PrepareProviderConfigResponse ¶
func PrepareProviderConfigResponse(in *tfprotov6.ValidateProviderConfigResponse) *tfprotov5.PrepareProviderConfigResponse
func ReadDataSourceRequest ¶
func ReadDataSourceRequest(in *tfprotov6.ReadDataSourceRequest) *tfprotov5.ReadDataSourceRequest
func ReadDataSourceResponse ¶
func ReadDataSourceResponse(in *tfprotov6.ReadDataSourceResponse) *tfprotov5.ReadDataSourceResponse
func ReadResourceRequest ¶
func ReadResourceRequest(in *tfprotov6.ReadResourceRequest) *tfprotov5.ReadResourceRequest
func ReadResourceResponse ¶
func ReadResourceResponse(in *tfprotov6.ReadResourceResponse) *tfprotov5.ReadResourceResponse
func ResourceMetadata ¶ added in v0.12.0
func ResourceMetadata(in tfprotov6.ResourceMetadata) tfprotov5.ResourceMetadata
func SchemaAttribute ¶
func SchemaAttribute(in *tfprotov6.SchemaAttribute) (*tfprotov5.SchemaAttribute, error)
func SchemaBlock ¶
func SchemaBlock(in *tfprotov6.SchemaBlock) (*tfprotov5.SchemaBlock, error)
func SchemaNestedBlock ¶
func SchemaNestedBlock(in *tfprotov6.SchemaNestedBlock) (*tfprotov5.SchemaNestedBlock, error)
func ServerCapabilities ¶ added in v0.12.0
func ServerCapabilities(in *tfprotov6.ServerCapabilities) *tfprotov5.ServerCapabilities
func StopProviderRequest ¶
func StopProviderRequest(in *tfprotov6.StopProviderRequest) *tfprotov5.StopProviderRequest
func StopProviderResponse ¶
func StopProviderResponse(in *tfprotov6.StopProviderResponse) *tfprotov5.StopProviderResponse
func StringKind ¶
func StringKind(in tfprotov6.StringKind) tfprotov5.StringKind
func UpgradeResourceStateRequest ¶
func UpgradeResourceStateRequest(in *tfprotov6.UpgradeResourceStateRequest) *tfprotov5.UpgradeResourceStateRequest
func UpgradeResourceStateResponse ¶
func UpgradeResourceStateResponse(in *tfprotov6.UpgradeResourceStateResponse) *tfprotov5.UpgradeResourceStateResponse
func ValidateDataSourceConfigRequest ¶
func ValidateDataSourceConfigRequest(in *tfprotov6.ValidateDataResourceConfigRequest) *tfprotov5.ValidateDataSourceConfigRequest
func ValidateDataSourceConfigResponse ¶
func ValidateDataSourceConfigResponse(in *tfprotov6.ValidateDataResourceConfigResponse) *tfprotov5.ValidateDataSourceConfigResponse
func ValidateResourceTypeConfigRequest ¶
func ValidateResourceTypeConfigRequest(in *tfprotov6.ValidateResourceConfigRequest) *tfprotov5.ValidateResourceTypeConfigRequest
func ValidateResourceTypeConfigResponse ¶
func ValidateResourceTypeConfigResponse(in *tfprotov6.ValidateResourceConfigResponse) *tfprotov5.ValidateResourceTypeConfigResponse
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.