Simon-TheUser

Results 2 comments of Simon-TheUser

I am seeing the `create_directories` issue after importing a disk and performing a subsequent terraform apply. A workaround that I found is to ignore the create_directories value, like this: ```hcl...

It's the first time I work with Go code. I'm not exerienced. In configstack/module.go, I modified `resolveDependenciesForModule` and `resolveModules` to pass to each other the variable `moduleMap`. This seems to...