provider

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// It’s assumed that authentication is provided via the
	// BOWTIE_USERNAME and BOWTIE_PASSWORD environment variables.
	ProviderConfig = `
provider "bowtie" { }
`
)

Variables

View Source
var (
	// testAccProtoV6ProviderFactories are used to instantiate a provider during
	// acceptance testing. The factory function will be invoked for every Terraform
	// CLI command executed to create a provider server to which the CLI can
	// reattach.
	TestAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){
		"bowtie": providerserver.NewProtocol6WithError(New()),
	}
)

Functions

func New

func New() provider.Provider

Types

type BowtieProvider

type BowtieProvider struct{}

func (*BowtieProvider) Configure

func (*BowtieProvider) DataSources

func (b *BowtieProvider) DataSources(_ context.Context) []func() datasource.DataSource

func (*BowtieProvider) Metadata

func (*BowtieProvider) Resources

func (b *BowtieProvider) Resources(_ context.Context) []func() resource.Resource

func (*BowtieProvider) Schema

Jump to

Keyboard shortcuts

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