config

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package config contains the configuration structs to initialize our clients and provider.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Datasource

type Datasource struct {
	AuthToken              string
	ControlPlaneConnection *grpc.ClientConn
	TerraformVersion       string
	ProviderVersion        string
}

Datasource is the config used to pass data and dependencies to data source implementations.

type Resource

type Resource struct {
	AuthToken              string
	ByocClient             *utils.ByocClient
	ControlPlaneConnection *grpc.ClientConn
	TerraformVersion       string
	ProviderVersion        string
}

Resource is the config used to pass data and dependencies to resource implementations.

Jump to

Keyboard shortcuts

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