Correct the spelling of heirarchical/hierarchical (#10576)
This commit is contained in:
parent
692433721d
commit
540effbbc0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue