keypair

package
v0.35.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewKeyPairDataSource

func NewKeyPairDataSource() datasource.DataSource

NewVolumeDataSource is a helper function to simplify the provider implementation.

func NewKeyPairResource

func NewKeyPairResource() resource.Resource

NewKeyPairResource is a helper function to simplify the provider implementation.

Types

type Model

type Model struct {
	Id          types.String `tfsdk:"id"` // needed by TF
	Name        types.String `tfsdk:"name"`
	PublicKey   types.String `tfsdk:"public_key"`
	Fingerprint types.String `tfsdk:"fingerprint"`
	Labels      types.Map    `tfsdk:"labels"`
}

Jump to

Keyboard shortcuts

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