a couple more broken links

This commit is contained in:
Jeff Escalante 2020-04-01 18:36:22 -04:00
parent 18511bab05
commit 7555536f7a
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
2 changed files with 2 additions and 2 deletions

View File

@ -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
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
that is _not_ a list or tuple then the value is automatically wrapped in a
single-element list before processing.

View File

@ -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
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
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