Skip to content

Commit 10060ae

Browse files
add default value to fix diff (#3861) (#2399)
Signed-off-by: Modular Magician <[email protected]>
1 parent 724e976 commit 10060ae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/3861.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
compute: set the default value for log_config.enable on `google_compute_health_check` to avoid permanent diff on plan/apply.
3+
```

google-beta/resource_compute_health_check.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ can only be ASCII.`,
467467
Optional: true,
468468
Description: `Indicates whether or not to export logs. This is false by default,
469469
which means no health check logging will be done.`,
470+
Default: false,
470471
},
471472
},
472473
},

0 commit comments

Comments
 (0)