addrs

package
v0.4.1-0...-5b560ab Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2020 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Module

type Module []string

Module is an alternative representation of addrs.Module. https://github.com/hashicorp/terraform/blob/v0.13.2/addrs/module.go#L17

type Provider

type Provider struct {
	Type      string
	Namespace string
	Hostname  svchost.Hostname
}

Provider is an alternative representation of addrs.Provider. https://github.com/hashicorp/terraform/blob/v0.13.2/addrs/provider.go#L16-L20

type ResourceMode

type ResourceMode rune

ResourceMode is an alternative representation of addrs.ResourceMode. https://github.com/hashicorp/terraform/blob/v0.13.2/addrs/resource.go#L326-L344

const (
	// InvalidResourceMode is the zero value of ResourceMode.
	InvalidResourceMode ResourceMode = 0
	// ManagedResourceMode indicates a managed resource.
	ManagedResourceMode ResourceMode = 'M'
	// DataResourceMode indicates a data resource.
	DataResourceMode ResourceMode = 'D'
)

Jump to

Keyboard shortcuts

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