Mike Arnold
Mike Arnold
Would it be possible to update the README.md, add some rspec tests, and to resubmit this PR against razorsedge:develop?
Would it be possible to update the README.md, add some rspec tests, and to resubmit this PR against razorsedge:develop?
I will look at all of these PRs tomorrow at the Contributor Summit.
Would it be possible to resubmit this PR against `razorsedge:develop`?
As listed under **Issues** in the README: There is presently no support for removing an interface. I probably will not have the cycles to add this functionality, but PRs will...
PFS or not, it is bad form to leave old private keys laying around on disk. I would expect to see the old keys removed after a short period of...
I would expect that this can be implemented via something similar to `aws_instance`'s `volume_tags`. Call it `instance_tags`.
And I just realized that `volume_tags` are also not being passed from the Spot request to the instance's volumes.
I have finally managed to give this PR a try. Interesting. I think the main thing that I am confused about is the change to not build inside the image....
The existing approach will re-use cached layers that have not changed. Changing the *_VERSION variables will of course trigger a rebuild of those layers that are affected. Which is what...