Optum / dce-cli

Disposable Cloud Environment CLI
Apache License 2.0
37 stars 19 forks source link

"access is denied" while trying to deploy DCE from Windows CMD #21

Open joshmarsh opened 4 years ago

joshmarsh commented 4 years ago

dce system deploy currently runs terraform init and apply from temporary directories. The cli is unable to delete these directories in windows due to "access is denied" errors being thrown while trying to delete .terraform/ from said directories.