//
pkg.gl
Category
github.com/hashicorp/terraform-equivalence-testing
internal
terraform
package
0.4.0
Repository:
https://github.com/hashicorp/terraform-equivalence-testing.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
2
Files
311 SLOC
#
Functions
Capture
Capture returns a struct that captures the stdout and stderr for a given exec.Cmd.
New
New returns a Terraform compatible struct that executes the tests using the Terraform binary provided in the argument.
#
Structs
Command
Command is a struct that instructs the framework how to execute a custom command.
Error
Error wraps an error returned by the Terraform executable.
#
Interfaces
Terraform
Terraform is an interface that can execute a single equivalence test within a directory using the ExecuteTest method.