Skip to content

Commit

Permalink
Added outputs to apigee-x-foundations blueprint (PSC NEGs)
Browse files Browse the repository at this point in the history
  • Loading branch information
apichick committed Nov 17, 2024
1 parent f9bfa04 commit 7765355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/apigee/apigee-x-foundations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
5 changes: 5 additions & 0 deletions blueprints/apigee/apigee-x-foundations/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7765355

Please sign in to comment.