Added outputs to apigee-x-foundations blueprint (PSC NEGs) (#2705)

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
apichick
2024-11-18 08:36:49 +01:00
committed by GitHub
parent 2676010629
commit f1accdd424
2 changed files with 6 additions and 0 deletions

View File

@@ -501,4 +501,5 @@ module "apigee-x-foundations" {
| [int_lbs](outputs.tf#L71) | Internal LBs. | | |
| [project](outputs.tf#L76) | Project. | | |
| [project_id](outputs.tf#L81) | Project id. | | |
| [psc_negs](outputs.tf#L86) | PSC NEGs. | | |
<!-- END TFDOC -->

View File

@@ -82,3 +82,8 @@ output "project_id" {
description = "Project id."
value = module.project.project_id
}
output "psc_negs" {
description = "PSC NEGs."
value = google_compute_region_network_endpoint_group.psc_negs
}