opentofu/terraform/test-fixtures/plan-computed-value-in-map
James Nugent 088feb933f terraform: Add test case reproducing #7241
The reproduction of issue #7421 involves a list of maps being passed to
a module, where one or more of the maps has a value which is computed
(for example, from another resource). There is a failure at the point of
use (via lookup interpolation) of the computed value of the form:

```
lookup: lookup failed to find 'elb' in:
${lookup(var.services[count.index], "elb")}
```

Where 'elb' is the key of the map.
2016-07-08 16:43:42 +01:00
..
mod terraform: Add test case reproducing #7241 2016-07-08 16:43:42 +01:00
main.tf terraform: Add test case reproducing #7241 2016-07-08 16:43:42 +01:00