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

[FR]: Expose generated_id in net-lb-app-ext ouputs #2912

Closed
danistrebel opened this issue Feb 19, 2025 · 2 comments
Closed

[FR]: Expose generated_id in net-lb-app-ext ouputs #2912

danistrebel opened this issue Feb 19, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@danistrebel
Copy link
Collaborator

The feature request

Expose the generated_id on the google_compute_backend_service in the outputs.tf because it is needed to compose the aud claim a IAP.

Proposed solution

modules/net-lb-app-ext/outputs.tf

output "backend_service_generated_ids" {
  description = "Generated Ids for backend service resources."
  value = {
    for k, v in google_compute_backend_service.default : k => v.generated_id
  }
}

Additional context

No response

@danistrebel danistrebel added the enhancement New feature or request label Feb 19, 2025
@ludoo
Copy link
Collaborator

ludoo commented Feb 19, 2025

Daniel, would you mind sending a quick PR?

@ludoo
Copy link
Collaborator

ludoo commented Feb 20, 2025

This has been merged, Daniel I'm closing this and thanks for the PR.

@ludoo ludoo closed this as completed Feb 20, 2025
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