provider

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2023 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() provider.Provider

func NewEnvironmentMembershipResource

func NewEnvironmentMembershipResource() resource.Resource

func NewSSHEnvironmentDataSource

func NewSSHEnvironmentDataSource() datasource.DataSource

func NewSSHEnvironmentResource

func NewSSHEnvironmentResource() resource.Resource

Types

type AWSCloud9Provider

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

func (*AWSCloud9Provider) Configure

func (*AWSCloud9Provider) DataSources

func (p *AWSCloud9Provider) DataSources(_ context.Context) []func() datasource.DataSource

func (*AWSCloud9Provider) Metadata

func (*AWSCloud9Provider) Resources

func (p *AWSCloud9Provider) Resources(_ context.Context) []func() resource.Resource

func (*AWSCloud9Provider) Schema

type AWSCloud9ProviderModel

type AWSCloud9ProviderModel struct {
	AccessKeyID     types.String `tfsdk:"aws_access_key_id"`
	SecretAccessKey types.String `tfsdk:"aws_secret_access_key"`
	Region          types.String `tfsdk:"region"`
}

type EnvironmentMembershipResource

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

func (*EnvironmentMembershipResource) Configure

func (*EnvironmentMembershipResource) Create

func (*EnvironmentMembershipResource) Delete

func (*EnvironmentMembershipResource) ImportState

func (*EnvironmentMembershipResource) Metadata

func (*EnvironmentMembershipResource) Read

func (*EnvironmentMembershipResource) Schema

func (*EnvironmentMembershipResource) Update

type SSHEnvironmentDataSource

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

func (*SSHEnvironmentDataSource) Configure

func (*SSHEnvironmentDataSource) Metadata

func (*SSHEnvironmentDataSource) Read

func (*SSHEnvironmentDataSource) Schema

type SSHEnvironmentDataSourceModel

type SSHEnvironmentDataSourceModel = SSHEnvironmentModel

type SSHEnvironmentModel

type SSHEnvironmentModel struct {
	Arn             types.String `tfsdk:"arn"`
	ID              types.String `tfsdk:"id"`
	Name            types.String `tfsdk:"name"`
	Description     types.String `tfsdk:"description"`
	LoginName       types.String `tfsdk:"login_name"`
	Hostname        types.String `tfsdk:"hostname"`
	Port            types.Int64  `tfsdk:"port"`
	EnvironmentPath types.String `tfsdk:"environment_path"`
	NodePath        types.String `tfsdk:"node_path"`
	BastionURL      types.String `tfsdk:"bastion_url"`
	Tags            types.Map    `tfsdk:"tags"`
}

type SSHEnvironmentResource

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

func (*SSHEnvironmentResource) Configure

func (*SSHEnvironmentResource) Create

func (*SSHEnvironmentResource) Delete

func (*SSHEnvironmentResource) ImportState

func (*SSHEnvironmentResource) Metadata

func (*SSHEnvironmentResource) Read

func (*SSHEnvironmentResource) Schema

func (*SSHEnvironmentResource) Update

type SSHEnvironmentResourceModel

type SSHEnvironmentResourceModel = SSHEnvironmentModel

Jump to

Keyboard shortcuts

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