Include url_map_id in output from LB creation (#3947)
* Include url_map_id in output from LB creation * tofu fmt
This commit is contained in:
@@ -1269,6 +1269,7 @@ After provisioning this change, and verifying that the new certificate is provis
|
||||
| [neg_ids](outputs.tf#L79) | Autogenerated network endpoint group ids. | |
|
||||
| [psc_neg_ids](outputs.tf#L86) | Autogenerated PSC network endpoint group ids. | |
|
||||
| [serverless_neg_ids](outputs.tf#L93) | Autogenerated serverless network endpoint group ids. | |
|
||||
| [url_map_id](outputs.tf#L100) | Fully qualified URL map ID (resource path) for use in IAM conditions and API calls. | |
|
||||
|
||||
## Fixtures
|
||||
|
||||
|
||||
@@ -96,3 +96,8 @@ output "serverless_neg_ids" {
|
||||
for k, v in google_compute_region_network_endpoint_group.serverless : k => v.id
|
||||
}
|
||||
}
|
||||
|
||||
output "url_map_id" {
|
||||
description = "Fully qualified URL map ID (resource path) for use in IAM conditions and API calls."
|
||||
value = google_compute_url_map.default.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user