Skip to content

Commit

Permalink
Fix logConfig in regional backend services (#4825) (#9568)
Browse files Browse the repository at this point in the history
Co-authored-by: upodroid <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: upodroid <[email protected]>
  • Loading branch information
modular-magician and upodroid authored Jul 15, 2021
1 parent d9a28a0 commit a736aea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/4825.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
compute: fixed a permadiff bug in `log_config` field of `google_compute_region_backend_service`
```
1 change: 1 addition & 0 deletions google/resource_compute_region_backend_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ INTERNAL_MANAGED and the 'protocol' is set to HTTP, HTTPS, or HTTP2. Possible va
},
"log_config": {
Type: schema.TypeList,
Computed: true,
Optional: true,
Description: `This field denotes the logging options for the load balancer traffic served by this backend service.
If logging is enabled, logs will be exported to Stackdriver.`,
Expand Down

0 comments on commit a736aea

Please sign in to comment.