package
0.0.0-20211012230749-4fe213cd0072
Repository: https://github.com/crossplane-contrib/terraform-runtime.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewGRPCProvider creates a new GRPCClient instance.
NewProvider constructs a Provider, which is a container type, holding a terraform provider plugin grpc client, as well as metadata about this provider instance, eg its configuration and type.
No description provided by the author
No description provided by the author
ReadProviderConfigFile reads a yaml-formatted provider config and unmarshals it into a ProviderConfig, which knows how to generate the serialized provider config that a terraform provider expects.

# Constants

FakeTerraformVersion is a nice lie we tell to providers to keep them happy TODO: is there a more sane way to negotiate version compat w/ providers?.
No description provided by the author

# Variables

No description provided by the author

# Structs

Provider wraps grpcProvider with some additional metadata like the provider name.
ProviderConfig models the on-disk yaml config for providers.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author