aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/terraform/config/raw_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/terraform/config/raw_config.go')
-rw-r--r--vendor/github.com/hashicorp/terraform/config/raw_config.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/hashicorp/terraform/config/raw_config.go b/vendor/github.com/hashicorp/terraform/config/raw_config.go
index 1854a8b..c5ac86d 100644
--- a/vendor/github.com/hashicorp/terraform/config/raw_config.go
+++ b/vendor/github.com/hashicorp/terraform/config/raw_config.go
@@ -17,12 +17,6 @@ import (
17 "github.com/mitchellh/reflectwalk" 17 "github.com/mitchellh/reflectwalk"
18) 18)
19 19
20// UnknownVariableValue is a sentinel value that can be used
21// to denote that the value of a variable is unknown at this time.
22// RawConfig uses this information to build up data about
23// unknown keys.
24const UnknownVariableValue = "74D93920-ED26-11E3-AC10-0800200C9A66"
25
26// RawConfig is a structure that holds a piece of configuration 20// RawConfig is a structure that holds a piece of configuration
27// where the overall structure is unknown since it will be used 21// where the overall structure is unknown since it will be used
28// to configure a plugin or some other similar external component. 22// to configure a plugin or some other similar external component.