summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/tfvars.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/hcl/test-fixtures/tfvars.hcl')
-rw-r--r--vendor/github.com/hashicorp/hcl/test-fixtures/tfvars.hcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/hcl/test-fixtures/tfvars.hcl b/vendor/github.com/hashicorp/hcl/test-fixtures/tfvars.hcl
new file mode 100644
index 000000000..5f623e04d
--- /dev/null
+++ b/vendor/github.com/hashicorp/hcl/test-fixtures/tfvars.hcl
@@ -0,0 +1,3 @@
+regularvar = "Should work"
+map.key1 = "Value"
+map.key2 = "Other value"