Jorge Devia

Results 2 comments of Jorge Devia

Sorry, why haven't you added to the develop or main branch? @TITANiumRox

``` /* The Problem: resource "docker_volume" "tmp_volume" { name = "tmp_volume" driver_opts = { "type" = "none" "device" = "${path.cwd}/_bindfolder" "o" = "bind" } } */ //Ugly Solution: resource "null_resource"...