project

package
v0.0.0-...-66db3ac Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	QueryTypeNone     = iota
	QueryTypeResource = iota
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TerraformProject

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

func FromDirectory

func FromDirectory(dir string) (TerraformProject, error)

func (*TerraformProject) FindResources

func (p *TerraformProject) FindResources(expression string) []TerraformResource

type TerraformResource

type TerraformResource struct {
	Name       string
	Attributes map[string]interface{}
}

Jump to

Keyboard shortcuts

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