Erik Veld
Erik Veld
- fix data_with_permissions - fix exec output correctly being set from local exec - change path to put local install so it works on macos (not sure why this changed,...
When an exec resource is in a module, it is not possible to expose outputs of the exec resource as a module output
Because we are tailing `/dev/null` remote exec does not work on a container that does not contain tail. We should find a better way to execute the script.
This fixes #308 but delays feedback on duplicate network names to create time. We should figure out a better way to do validation of resources, but that is a much...
I have a network in my local config e.g. ``` resource "network" "main" { subnet = "10.0.10.0/24" } ``` If I then also have a network inside of a module...