cloudprovider

package
v1.6.6 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() datasource.DataSource

Types

type CloudProviderState

type CloudProviderState struct {
	ID          string `tfsdk:"id"`
	Name        string `tfsdk:"name"`
	DisplayName string `tfsdk:"display_name"`
}

type CloudProvidersDataSource

type CloudProvidersDataSource struct {
	// contains filtered or unexported fields
}

func (*CloudProvidersDataSource) Configure

func (*CloudProvidersDataSource) Metadata

func (*CloudProvidersDataSource) Read

func (*CloudProvidersDataSource) Schema

type CloudProvidersState

type CloudProvidersState struct {
	Search types.String          `tfsdk:"search"`
	Order  types.String          `tfsdk:"order"`
	Item   *CloudProviderState   `tfsdk:"item"`
	Items  []*CloudProviderState `tfsdk:"items"`
}

Jump to

Keyboard shortcuts

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