Skip to content

panic: unexpected end of input while parsing plan #8

Description

@thomash0815

I tried to parse my TF plan with that library. Unfortunately I get an Error:
"unexpected end of input while parsing plan"

I'm using it as that way:

	fromFile, err := tfplanparse.ParseFromFile(path.Join(tfOptions.TerraformDir, tfPlanOutput))
	if err != nil {
		panic(err)
	}

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions