Open mhottinger1 opened 3 months ago
Note from triage: This is requesting support for the logConfig.optionalMode field. https://cloud.google.com/compute/docs/reference/rest/v1/regionBackendServices
Ideally we'd also add this field to google_compute_backend_service
to keep them in sync.
Is this available? @melinath @mhottinger1
Community Note
Description
The
log_config
field forgoogle_compute_region_backend_service
currently only supports two functions:Adjusting the sample rate
There are two additional options that can be set, but not currently supported by this provider plug-in.
Optional Logging - lets you specify the optional fields you want to log. Supported options:
INCLUDE_ALL_OPTIONAL
EXCLUDE_ALL_OPTIONAL
CUSTOM
At a minimum support for
INCLUDE_ALL_OPTIONAL
will satisfy the need. Further documentation for these options can be found here: https://cloud.google.com/load-balancing/docs/l7-internal/monitoringNew or Affected Resource(s)
Potential Terraform Configuration
References
No response
b/362277896