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

Organise template directories #1346

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

danielrbradley
Copy link
Member

@danielrbradley danielrbradley commented Feb 3, 2025

  1. Flatten the dev-container config into the general provider internal template. This adds the dev-container support to the "generic" providers.
  2. Rename internal template directory names for clarity so they're only a single word:
    • Rename "provider" to "base"
    • Rename "pulumi-provider" to "internal"
    • Rename "external-provider" to "external"
    • Rename "bridged-provider" to "bridged"

We don't need a separate internal template for dev-containers. This can just be part of the base provider template.

This adds the dev container to "generic" providers where it should also be available.
@danielrbradley danielrbradley self-assigned this Feb 3, 2025
@danielrbradley danielrbradley requested a review from a team February 3, 2025 16:55
@danielrbradley danielrbradley changed the title Organise base template Organise template directories Feb 3, 2025
@@ -0,0 +1 @@
{}
Copy link
Contributor

Choose a reason for hiding this comment

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

should that be committed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup ... from #721

  • add an empty devbox.lock file to the bridged provider template so that the devcontainer will build.

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