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