website: Explain limitations of type function
This commit is contained in:
parent
843c50e8ce
commit
98f80bc5da
|
@ -13,7 +13,9 @@ Sometimes a Terraform configuration can result in confusing errors regarding
|
|||
inconsistent types. This function displays terraform's evaluation of a given
|
||||
value's type, which is useful in understanding this error message.
|
||||
|
||||
This is a special function which is only available in the `terraform console` command.
|
||||
This is a special function which is only available in the `terraform console`
|
||||
command. It can only be used to examine the type of a given value, and should
|
||||
not be used in more complex expressions.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Reference in New Issue