We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
aud
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 } }
No response
The text was updated successfully, but these errors were encountered:
Daniel, would you mind sending a quick PR?
Sorry, something went wrong.
This has been merged, Daniel I'm closing this and thanks for the PR.
danistrebel
No branches or pull requests
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
Additional context
No response
The text was updated successfully, but these errors were encountered: