route/vendor/github.com/hashicorp/terraform/repl/repl.go

5 lines
216 B
Go
Raw Normal View History

2017-12-02 23:34:35 +00:00
// Package repl provides the structs and functions necessary to run
// REPL for Terraform. The REPL allows experimentation of Terraform
// interpolations without having to run a Terraform configuration.
package repl