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

Make VPC module outputs accessible to root module #188

Open
ajp-lqx opened this issue Oct 29, 2020 · 2 comments
Open

Make VPC module outputs accessible to root module #188

ajp-lqx opened this issue Oct 29, 2020 · 2 comments

Comments

@ajp-lqx
Copy link

ajp-lqx commented Oct 29, 2020

Summary

When creating additional resources to exist alongside the jx-provisioned resources, it's often necessary to access VPC details such as subnet IDs in order to place those resources in the same VPC. It would be great to add outputs to the eks-jx and eks-jx.cluster modules to be able to access the VPC module outputs from the root module via module.eks-jx.vpc.

Steps to reproduce the behavior

Currently the outputs from the AWS VPC module are inaccessible.

Expected behavior

When cloning the EKS infra repository, being able to access all VPC outputs by simply using module.eks-jx.vpc.<some output field>.

Module version

v1.9.0

@jenkins-x-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale

@jenkins-x-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle rotten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants