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

Add outputs surfacing service endpoints and ips for each vpe #313

Closed
vburckhardt opened this issue May 26, 2023 · 2 comments
Closed

Add outputs surfacing service endpoints and ips for each vpe #313

vburckhardt opened this issue May 26, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@vburckhardt
Copy link
Member

Description

There is currently no outputs in the module making it difficult to consume in a broader solution.

Add:

output "vpe_service_endpoint" {
  description = "Vpe Service Endpoint"
  value = [for vpe_pg in ibm_is_virtual_endpoint_gateway.vpe : vpe_pg.service_endpoints[0]]
  //value = { for k, vpe in ibm_is_virtual_endpoint_gateway.vpe : k => vpe.service_endpoints[0] }
}

New or affected modules


By submitting this issue, you agree to follow our Code of Conduct

@vburckhardt vburckhardt added the enhancement New feature or request label May 26, 2023
@Aayush-Abhyarthi Aayush-Abhyarthi self-assigned this May 26, 2023
@Aayush-Abhyarthi
Copy link
Contributor

Screenshot 2023-05-29 at 2 51 35 PM

It seems like the service_endpoints is not an attribute

@vburckhardt vburckhardt mentioned this issue May 29, 2023
13 tasks
@vburckhardt
Copy link
Member Author

@Aayush-Abhyarthi - Example is coming from customer. It is mainly to give an idea on what customer is asking for as output. Implementation details are left to us.

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

2 participants