-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add Support for Optional Log Fields to google_cloud_region_backend_service
#19187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Optional Log Fields to google_cloud_region_backend_service
#19187
Comments
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 |
Is this available? @melinath @mhottinger1 |
@njay4928 The maintainers of the project have not yet merged the enhancement into mainline. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
The
log_config
field forgoogle_compute_region_backend_service
currently only supports two functions: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/monitoring
New or Affected Resource(s)
Potential Terraform Configuration
References
No response
b/362277896
The text was updated successfully, but these errors were encountered: