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

fix: add vpc outputs #189

Closed
wants to merge 1 commit into from
Closed

Conversation

ajp-lqx
Copy link

@ajp-lqx ajp-lqx commented Oct 29, 2020

Description

fixes: #188

@jenkins-x-bot
Copy link

Hi @ajp-lqx. Thanks for your PR.

I'm waiting for a jenkins-x member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository.

@jenkins-x-bot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign dgozalo
You can assign the PR to them by writing /assign @dgozalo in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ankitm123
Copy link
Member

Need to re-generate readme file.

terraform-docs markdown table .

Also, would be awesome to just add a basic check to see if subnets were indeed created: https://github.com/jenkins-x/terraform-aws-eks-jx/blob/master/test/terraform_eks_test.go

We use the jx3 example repo for testing purposes: https://github.com/jenkins-x/terraform-aws-eks-jx/tree/master/examples/jx3 (you can update the output.tf with the vpc output)

@ankitm123
Copy link
Member

/ok-to-test

@jenkins-x-bot
Copy link

@ajp-lqx: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
pr-build ca643f0 link /test this

View all Builds for this Pull Request

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. I understand the commands that are listed here.

// ----------------------------------------------------------------------------
output "vpc" {
description = "All outputs from the VPC module"
value = module.vpc
Copy link
Member

@ankitm123 ankitm123 Nov 8, 2020

Choose a reason for hiding this comment

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

https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/outputs.tf -> This is the list of output that you can use from. So if you just want the id, module.vpc.vpc_id

I think that's why the apply breaks (don't have access to cloudbees servers).

@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

@ajpauwels
Copy link
Contributor

We should probably just close this @ankitm123

@msvticket msvticket closed this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make VPC module outputs accessible to root module
5 participants