Erik Veld

Results 18 issues of Erik Veld

Use a black and white image as a mask?

enhancement

- 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,...

bug
enhancement
minor

When an exec resource is in a module, it is not possible to expose outputs of the exec resource as a module output

provider

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.

bug
provider
minor

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

bug
provider
patch

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

bug