terraform

package
v0.12.13 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2019 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	// Provider is the schema for the provider itself.
	Schema providers.Schema

	// DataSources maps the data source name to that data source's schema.
	DataSources map[string]providers.Schema
}

Provider is an implementation of providers.Interface

func NewProvider added in v0.12.0

func NewProvider() *Provider

NewProvider returns a new terraform provider

func (*Provider) ApplyResourceChange added in v0.12.0

ApplyResourceChange takes the planned state for a resource, which may yet contain unknown computed values, and applies the changes returning the final state.

func (*Provider) Close added in v0.12.0

func (p *Provider) Close() error

Close is a noop for this provider, since it's run in-process.

func (*Provider) Configure added in v0.12.0

Configure configures and initializes the provider.

func (*Provider) GetSchema added in v0.12.0

func (p *Provider) GetSchema() providers.GetSchemaResponse

GetSchema returns the complete schema for the provider.

func (*Provider) ImportResourceState added in v0.12.0

ImportResourceState requests that the given resource be imported.

func (*Provider) PlanResourceChange added in v0.12.0

PlanResourceChange takes the current state and proposed state of a resource, and returns the planned final state.

func (*Provider) PrepareProviderConfig added in v0.12.0

ValidateProviderConfig is used to validate the configuration values.

func (*Provider) ReadDataSource added in v0.12.0

ReadDataSource returns the data source's current state.

func (*Provider) ReadResource added in v0.12.0

ReadResource refreshes a resource and returns its current state.

func (*Provider) Stop added in v0.12.0

func (p *Provider) Stop() error

Stop is called when the provider should halt any in-flight actions.

func (*Provider) UpgradeResourceState added in v0.12.0

UpgradeResourceState is called when the state loader encounters an instance state whose schema version is less than the one reported by the currently-used version of the corresponding provider, and the upgraded result is used for any further processing.

func (*Provider) ValidateDataSourceConfig added in v0.12.0

ValidateDataSourceConfig is used to validate the data source configuration values.

func (*Provider) ValidateResourceTypeConfig added in v0.12.0

ValidateResourceTypeConfig is used to to validate the resource configuration values.

Jump to

Keyboard shortcuts

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