Skip to content

Commit

Permalink
Fix logConfig in regional backend services (#4825) (#3427)
Browse files Browse the repository at this point in the history
Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
  • Loading branch information
modular-magician and upodroid authored Jul 15, 2021
1 parent b7cc98d commit ba00cd9
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-beta/resource_compute_region_backend_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,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 ba00cd9

Please sign in to comment.