chore: Typo fix

Fix a mispelled word.
This commit is contained in:
Christian Jensen
2022-04-26 15:56:32 -07:00
committed by GitHub
parent 7fe3768327
commit 85a081bd2a

View File

@@ -7,7 +7,7 @@ description: 'The type function returns the type of a given value. '
-> **Note:** This function is available only in Terraform 1.0 and later.
`type` retuns the type of a given value.
`type` returns the type of a given value.
Sometimes a Terraform configuration can result in confusing errors regarding
inconsistent types. This function displays terraform's evaluation of a given