Skip to content

Commit bd2408b

Browse files
Fixed permadiff on product in google_gemini_logging_setting_binding (#13973) (#22819)
[upstream:ec448a2c288137bc96129d83a7dbfe64ca58340e] Signed-off-by: Modular Magician <[email protected]>
1 parent 9539567 commit bd2408b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/13973.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
gemini: fixed permadiff on `product` field in `google_gemini_logging_setting_binding ` resource
3+
```

google/services/gemini/resource_gemini_logging_setting_binding.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Please refer to the field 'effective_labels' for all of the labels present on th
9292
},
9393
"product": {
9494
Type: schema.TypeString,
95+
Computed: true,
9596
Optional: true,
9697
ValidateFunc: verify.ValidateEnum([]string{"GEMINI_CODE_ASSIST", ""}),
9798
Description: `Product type of the setting binding. Possible values: ["GEMINI_CODE_ASSIST"]`,

0 commit comments

Comments
 (0)