mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Remove future-facing statements
This commit is contained in:
@@ -126,12 +126,10 @@ The nested objects in `diagnostics` have the following properties:
|
||||
rendering container, but leave the preformatted lines unwrapped.
|
||||
|
||||
Some Terraform detail messages currently contain an approximation of bullet
|
||||
lists using ASCII characters to mark the bullets. This is not currently a
|
||||
contractural formatting convention and so renderers should avoid depending on
|
||||
lists using ASCII characters to mark the bullets. This is not a
|
||||
contractural formatting convention, so renderers should avoid depending on
|
||||
it and should instead treat those lines as either paragraphs or preformatted
|
||||
text per the rules above. A future version of this format may define some
|
||||
additional rules for processing other text conventions, but will do so within
|
||||
the bounds of the rules above to achieve backward-compatibility.
|
||||
text per the rules above.
|
||||
|
||||
- `range` (object): An optional object referencing a portion of the configuration
|
||||
source code that the diagnostic message relates to. For errors, this will
|
||||
@@ -195,9 +193,7 @@ object, has the following properties:
|
||||
|
||||
A `start` position is inclusive while an `end` position is exclusive. The
|
||||
exact positions used for particular error messages are intended for human
|
||||
interpretation only and subject to change in future versions of Terraform due
|
||||
either to improvements to the error reporting or changes in implementation
|
||||
details of the language parser/evaluator.
|
||||
interpretation only.
|
||||
|
||||
### Expression Value
|
||||
|
||||
@@ -209,8 +205,7 @@ exactly which values are responsible for an error. The object has two properties
|
||||
- `traversal` (string): An HCL-like traversal string, such as
|
||||
`var.instance_count`. Complex index key values may be elided, so this will
|
||||
not always be valid, parseable HCL. The contents of this string are intended
|
||||
to be human-readable and are subject to change in future versions of
|
||||
Terraform.
|
||||
to be human-readable.
|
||||
|
||||
- `statement` (string): A short English-language fragment describing the value
|
||||
of the expression when the diagnostic was triggered. The contents of this
|
||||
|
||||
Reference in New Issue
Block a user