Skip to content

Remove isNonEmptyPlan from the Plan() method of the Executor interface #1029

Open
@ZIJ

Description

@ZIJ

We no longer use it; in #1028 we switched to parsing actual plan output json to determine whether or not it's empty
So the is confusing

type Executor interface {
	Plan() (bool, bool, string, string, error)
	Apply() (bool, string, error)
	Destroy() (bool, error)
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions