website: Explain limitations of type function

This commit is contained in:
Alisdair McDiarmid 2022-02-09 17:41:05 -05:00
parent 843c50e8ce
commit 98f80bc5da
1 changed files with 3 additions and 1 deletions

View File

@ -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