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 a1a70bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blueprints/apigee/apigee-x-foundations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ module "apigee-x-foundations" {
| [int_cross_region_lb_ip_addresses](outputs.tf#L61) | Internal IP addresses. | | |
| [int_lb_ip_addresses](outputs.tf#L66) | Internal IP addresses. | | |
| [int_lbs](outputs.tf#L71) | Internal LBs. | | |
| [project](outputs.tf#L76) | Project. | | |
| [project_id](outputs.tf#L81) | Project id. | | |
| [project](outputs.tf#L81) | Project. | | |
| [project_id](outputs.tf#L86) | Project id. | | |
| [psc_negs](outputs.tf#L76) | 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 @@ -73,6 +73,11 @@ output "int_lbs" {
value = module.int_lb
}

output "psc_negs" {
description = "PSC NEGs."
value = google_compute_region_network_endpoint_group.psc_negs
}

output "project" {
description = "Project."
value = module.project
Expand Down

0 comments on commit a1a70bf

Please sign in to comment.