microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.72k stars 1.4k forks source link

Add HashiStack Devcontainer #201

Open thoward27 opened 4 years ago

thoward27 commented 4 years ago

I would love to help build a devcontainer to test the HashiStack locally.

Specifically, I need:

Although having their other offerings also embedded would be beneficial.

Hashicorp provide a Vagrant instance with all of this functionality already (https://github.com/hashicorp/nomad/tree/master/terraform), however the vagrant instance is not as helpful as a devcontainer would be.

I already have something started, but I am running into trouble pulling it all together. I am more than happy to work through this problem but would love some guidance from the experts.

Chuxel commented 4 years ago

Happy to help! Let us know what you're hitting with setting it up.

thoward27 commented 4 years ago

@Chuxel I brought all of my work over into a new PR #203, with the current bug I'm facing. I would greatly appreciate any help you can provide!