github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/repl/repl.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 // Package repl provides the structs and functions necessary to run 5 // REPL for Terraform. The REPL allows experimentation of Terraform 6 // interpolations without having to run a Terraform configuration. 7 package repl