Correct the spelling of heirarchical/hierarchical (#10576)

This commit is contained in:
Alex Chan 2021-02-05 15:32:28 +00:00 committed by GitHub
parent 692433721d
commit 540effbbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ elements in the input variables.
- [`contains`](/docs/templates/hcl_templates/functions/collection/contains) tests whether a given list or set contains
a given element value.
- [`flatten`](/docs/templates/hcl_templates/functions/collection/flatten) is useful for flattening heirarchical data
- [`flatten`](/docs/templates/hcl_templates/functions/collection/flatten) is useful for flattening hierarchical data
into a single list, for situations where the relationships between two
object types are defined explicitly.
- [`setintersection`](/docs/templates/hcl_templates/functions/collection/setintersection) computes the _intersection_ of