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

Support referening outputs of resources from another env/project #2231

Open
gitlawr opened this issue Mar 12, 2024 · 0 comments
Open

Support referening outputs of resources from another env/project #2231

gitlawr opened this issue Mar 12, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@gitlawr
Copy link
Contributor

gitlawr commented Mar 12, 2024

Is your enhancement related to a problem? Please describe.
Users may manage the whole stack separately. For example,

  • Manages network, security in project A
  • Manage compute, filestore in project B

When we want to use a network output like vpc id in project B, there are following ways at the moment:

  1. Set a static variable in project B.
  2. Create a resource(static or using data sources) that has the vpc id output.

Solution 1 does not adapt to changes.
Solution 2 requires dedicated template for each case.

Describe the solution you'd like
Be able to create a resource in project B that references resource in project A and has corresponding outputs.

Additional context
Permission boudary between projects need to be properly considered.

@gitlawr gitlawr added the enhancement New feature or request label Mar 12, 2024
@gitlawr gitlawr added this to the v0.7.0 milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant