sshkey

package
v0.0.28 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSSHKeyResource

func NewSSHKeyResource() resource.Resource

func NewSSHKeysDataSource

func NewSSHKeysDataSource() datasource.DataSource

Types

type SSHKeyDetails

type SSHKeyDetails struct {
	ID        types.String `tfsdk:"id"`
	Name      types.String `tfsdk:"name"`
	PublicKey types.String `tfsdk:"public_key"`
	CreatedAt types.String `tfsdk:"created_at"`
}

type SSHKeysDataSourceModel

type SSHKeysDataSourceModel struct {
	SSHKeys []SSHKeyDetails `tfsdk:"ssh_keys"`
}

Jump to

Keyboard shortcuts

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