terraform/core: typo in RawConfig documentation (#9714)
This commit is contained in:
parent
71fa8f171b
commit
e97785c899
|
@ -18,7 +18,7 @@ import (
|
||||||
const UnknownVariableValue = "74D93920-ED26-11E3-AC10-0800200C9A66"
|
const UnknownVariableValue = "74D93920-ED26-11E3-AC10-0800200C9A66"
|
||||||
|
|
||||||
// RawConfig is a structure that holds a piece of configuration
|
// RawConfig is a structure that holds a piece of configuration
|
||||||
// where te overall structure is unknown since it will be used
|
// where the overall structure is unknown since it will be used
|
||||||
// to configure a plugin or some other similar external component.
|
// to configure a plugin or some other similar external component.
|
||||||
//
|
//
|
||||||
// RawConfigs can be interpolated with variables that come from
|
// RawConfigs can be interpolated with variables that come from
|
||||||
|
|
Loading…
Reference in New Issue