verify
package v0.0.1
Go to latest Published: Apr 22, 2025 License:AGPL-3.0
Opens a new window with list of versions in this module.
Latest LatestThis package is not in the latest version of its module.
Opens a new window with license information.
Imports:22 Opens a new window with list of imports.
Imported by:0 Opens a new window with list of known importers.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Index¶
- func Compare(t *testing.T, pr *preview.Output, values *tfjson.StateModule)
- func CompareParameters(t *testing.T, pr *preview.Output, values *tfjson.StateModule) bool
- func CopyTFFS(dir string, fsys fs.FS) error
- func LatestTerraformVersion(ctx context.Context) *releases.LatestVersion
- func TerraformTestVersions(ctx context.Context) []src.Installable
- func TerraformVersions(ctx context.Context, constraints version.Constraints) ([]*releases.ExactVersion, error)
- type Executable
- type WorkingExecutable
- func (e WorkingExecutable) Apply(ctx context.Context) ([]byte, error)
- func (e WorkingExecutable) Init(ctx context.Context) error
- func (e WorkingExecutable) Plan(ctx context.Context, outPath string) (bool, error)
- func (e WorkingExecutable) Show(ctx context.Context) (*tfjson.State, error)
- func (e WorkingExecutable) ShowPlan(ctx context.Context, planPath string) (*tfjson.Plan, error)
- func (e WorkingExecutable) Validate(ctx context.Context) (*tfjson.ValidateOutput, error)
Constants¶
This section is empty.
Variables¶
This section is empty.
Functions¶
funcLatestTerraformVersion¶
func LatestTerraformVersion(ctxcontext.Context) *releases.LatestVersion
funcTerraformTestVersions¶
func TerraformTestVersions(ctxcontext.Context) []src.Installable
TerraformTestVersions returns a list of Terraform versions to test.
funcTerraformVersions¶
func TerraformVersions(ctxcontext.Context, constraints version.Constraints) ([]*releases.ExactVersion,error)
TerraformVersions will return all versions that match the constraints plus thecurrent latest version.
Types¶
typeExecutable¶
type Executable struct {ExecPathstringVersionstringDirPathstring// contains filtered or unexported fields}
funcInstallTerraforms¶
func InstallTerraforms(ctxcontext.Context, t *testing.T, installables ...src.Installable) []Executable
func (Executable)WorkingDir¶
func (eExecutable) WorkingDir(dirstring) (WorkingExecutable,error)
typeWorkingExecutable¶
type WorkingExecutable struct {ExecutableWorkingDirstringTF *tfexec.Terraform}
func (WorkingExecutable)Validate¶
func (eWorkingExecutable) Validate(ctxcontext.Context) (*tfjson.ValidateOutput,error)
Click to show internal directories.
Click to hide internal directories.