2023-03-02 15:37:05 -05:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
2023-08-10 15:53:29 -07:00
|
|
|
// SPDX-License-Identifier: BUSL-1.1
|
2023-03-02 15:37:05 -05:00
|
|
|
|
2020-06-05 17:23:54 +02:00
|
|
|
// Package repl provides the structs and functions necessary to run REPL for
|
|
|
|
|
// HCL2. The REPL allows experimentation of HCL2 interpolations without having
|
|
|
|
|
// to run a HCL2 configuration.
|
|
|
|
|
package repl
|