Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add devcontainer #446

Merged
merged 1 commit into from
Oct 17, 2024
Merged

feat: add devcontainer #446

merged 1 commit into from
Oct 17, 2024

Conversation

the-technat
Copy link
Collaborator

@the-technat the-technat commented Oct 6, 2024

This adds a devcontainer.json file to the repo declaring as code the development environment needed to develop this provider. See containers.dev for the standard.

Helpful for users who want to quickly get started developing (e.g with Github Codespaces) or for users who like to offload their development workload to another machine using something like devpod.

I tested the image and did some coding using devpod, works like a charm. Might need slight updates in the future but I think It's a good v1 to work with.

},
// https://github.com/devcontainers/features/tree/main/src/terraform
"ghcr.io/devcontainers/features/terraform:1": {
"version": "1.9.7" // omit for latest
Copy link
Collaborator Author

@the-technat the-technat Oct 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently 1.9.7 is latest, but we could also omit the version at all or specify another one if there's a defined version we use in the project?

@the-technat the-technat force-pushed the feat/devcontainer branch 4 times, most recently from bb8722c to 7d54b51 Compare October 8, 2024 11:13
@the-technat the-technat marked this pull request as ready for review October 8, 2024 11:18
@the-technat the-technat enabled auto-merge (squash) October 8, 2024 11:37
Signed-off-by: Nathanael Liechti <[email protected]>
@the-technat the-technat merged commit 5f81100 into main Oct 17, 2024
5 checks passed
@the-technat the-technat deleted the feat/devcontainer branch October 17, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants