terraform

package
v1.7.13 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 23 Imported by: 1

Documentation

Index

Constants

View Source
const RetriesDefaultValue = 50

RetriesDefaultValue is default number of times a parser will retry to execute

Variables

This section is empty.

Functions

This section is empty.

Types

type Converter

type Converter func(file *hcl.File, inputVariables converter.VariableMap) (model.Document, error)

Converter returns content json, error line, error

type Parser

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

Parser struct that contains the function to parse file and the number of retries if something goes wrong

func NewDefault

func NewDefault() *Parser

NewDefault initializes a parser with Parser default values

func NewDefaultWithVarsPath added in v1.7.3

func NewDefaultWithVarsPath(terraformVarsPath string) *Parser

NewDefaultWithVarsPath initializes a parser with the default values using a variables path

func (*Parser) GetCommentToken added in v1.4.1

func (p *Parser) GetCommentToken() string

GetCommentToken return the comment token of Terraform - #

func (*Parser) GetKind

func (p *Parser) GetKind() model.FileKind

GetKind returns Terraform kind parser

func (*Parser) GetResolvedFiles added in v1.5.9

func (p *Parser) GetResolvedFiles() map[string]model.ResolvedFile

GetResolvedFiles returns the files that are resolved

func (*Parser) Parse

func (p *Parser) Parse(path string, content []byte) ([]model.Document, []int, error)

Parse execute parser for the content in a file

func (*Parser) Resolve added in v1.2.2

func (p *Parser) Resolve(fileContent []byte, filename string, _ bool) ([]byte, error)

Resolve - replace or modifies in-memory content before parsing

func (*Parser) StringifyContent added in v1.4.6

func (p *Parser) StringifyContent(content []byte) (string, error)

StringifyContent converts original content into string formatted version

func (*Parser) SupportedExtensions

func (p *Parser) SupportedExtensions() []string

SupportedExtensions returns Terraform extensions

func (*Parser) SupportedTypes added in v1.1.3

func (p *Parser) SupportedTypes() map[string]bool

SupportedTypes returns types supported by this parser, which are terraform

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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