Correct the spelling of heirarchical/hierarchical (#9980)

This commit is contained in:
Alex Chan
2021-02-05 15:23:30 +00:00
committed by GitHub
parent 79e3c3a509
commit 744c4470b9

View File

@@ -221,7 +221,7 @@ elements in the input variables.
- [`contains`](/docs/job-specification/hcl2/functions/collection/contains) tests whether a given list or set contains
a given element value.
- [`flatten`](/docs/job-specification/hcl2/functions/collection/flatten) is useful for flattening heirarchical data
- [`flatten`](/docs/job-specification/hcl2/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/job-specification/hcl2/functions/collection/setintersection) computes the _intersection_ of