aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/terraform/config/testing.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/terraform/config/testing.go')
-rw-r--r--vendor/github.com/hashicorp/terraform/config/testing.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/terraform/config/testing.go b/vendor/github.com/hashicorp/terraform/config/testing.go
index f7bfadd..831fc77 100644
--- a/vendor/github.com/hashicorp/terraform/config/testing.go
+++ b/vendor/github.com/hashicorp/terraform/config/testing.go
@@ -6,6 +6,8 @@ import (
6 6
7// TestRawConfig is used to create a RawConfig for testing. 7// TestRawConfig is used to create a RawConfig for testing.
8func TestRawConfig(t *testing.T, c map[string]interface{}) *RawConfig { 8func TestRawConfig(t *testing.T, c map[string]interface{}) *RawConfig {
9 t.Helper()
10
9 cfg, err := NewRawConfig(c) 11 cfg, err := NewRawConfig(c)
10 if err != nil { 12 if err != nil {
11 t.Fatalf("err: %s", err) 13 t.Fatalf("err: %s", err)