Closed riccardomarinelli closed 9 years ago
I can't reproduce a crash but this is certainly not expected to work... nested interpolations like this won't work. For me, this is the output:
null_resource.foo: Provisioning with 'local-exec'...
null_resource.foo (local-exec): Executing: /bin/sh -c "echo Instance: ${null_resource.foo.0.id} >> private_ips.txt"
null_resource.foo (local-exec): /bin/sh: ${null_resource.foo.0.id}: bad substitution
which is its own bug...
This is now fixed.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Hi,
Trying to write the value of the local IP of all the instances of the same type using count, terraform crashes:
See log: