Merge pull request #30938 from jensenbox/patch-1

chore: Typo fix (`retuns` -> `returns`)
This commit is contained in:
Craig Wright 2022-04-26 18:32:41 -07:00 committed by GitHub
commit e217c0c53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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