a couple more broken links
This commit is contained in:
parent
18511bab05
commit
7555536f7a
|
@ -235,7 +235,7 @@ The above expression is equivalent to the following `for` expression:
|
||||||
|
|
||||||
Splat expressions are for lists only (and thus cannot be used [to reference
|
Splat expressions are for lists only (and thus cannot be used [to reference
|
||||||
resources created with
|
resources created with
|
||||||
`for_each`](/docs/configuration/resources#referring-to-instances-1), which
|
`for_each`](https://www.terraform.io/docs/configuration/resources.html#referring-to-instances), which
|
||||||
are represented as maps). However, if a splat expression is applied to a value
|
are represented as maps). However, if a splat expression is applied to a value
|
||||||
that is _not_ a list or tuple then the value is automatically wrapped in a
|
that is _not_ a list or tuple then the value is automatically wrapped in a
|
||||||
single-element list before processing.
|
single-element list before processing.
|
||||||
|
|
|
@ -90,7 +90,7 @@ create or destroy associated instances as appropriate.
|
||||||
|
|
||||||
If there is no reasonable value you can use as a unique identifier in your CSV
|
If there is no reasonable value you can use as a unique identifier in your CSV
|
||||||
then you could instead use
|
then you could instead use
|
||||||
[the `count` meta-argument](/docs/configuration/resources#count-multiple-resource-instances-by-count)
|
[the `count` meta-argument](https://www.terraform.io/docs/configuration/resources.html#count-multiple-resource-instances-by-count)
|
||||||
to define an object for each CSV row, with each one identified by its index into
|
to define an object for each CSV row, with each one identified by its index into
|
||||||
the list returned by `csvdecode`. However, in that case any future updates to
|
the list returned by `csvdecode`. However, in that case any future updates to
|
||||||
the CSV may be disruptive if they change the positions of particular objects in
|
the CSV may be disruptive if they change the positions of particular objects in
|
||||||
|
|
Loading…
Reference in New Issue