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

[FEATURE] allow to import from a remote source #1197

Open
mr00wka opened this issue Oct 23, 2023 · 1 comment
Open

[FEATURE] allow to import from a remote source #1197

mr00wka opened this issue Oct 23, 2023 · 1 comment
Labels
enhancement New feature or request planned

Comments

@mr00wka
Copy link

mr00wka commented Oct 23, 2023

Is your feature request related to a problem? Please describe.
I am trying to split code repositories from configuration repositories and run the pipelines from within config repositories to split (have separate) credentials between different environments while maintaining the same code base.

Describe the solution you'd like
For that I would like to use terramate in config repos and be able to import code from a remote source (another git repo).

import {
    # import from a remote source
    source = "git::git@github.com:example/module.git?ref=v0.0.1"
}

This would allow more freedom in how we structure and run our IaaC.

@mr00wka mr00wka added the enhancement New feature or request label Oct 23, 2023
@i4ki
Copy link
Contributor

i4ki commented Oct 26, 2023

Hi @mr00wka

Thank you for the feature request.

Yes, this was already discussed internally and supporting dependencies makes sense but the details are not defined yet.

We cannot provide any ETA but we will update this issue once we have a plan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned
Projects
None yet
Development

No branches or pull requests

3 participants