Skip to content

Commit df9fc49

Browse files
Update Gemini Logging Setting Binding Resource - Change product possible values (#13169) (#21630)
[upstream:4487c71a7d49b77989170ded3df6c7625791b6db] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent cd75e0d commit df9fc49

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.changelog/13169.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:note
2+
gemini: removed unsupported value `GEMINI_CLOUD_ASSIST` for field `product` in `google_gemini_logging_setting_binding` resource
3+
```

google/services/gemini/resource_gemini_logging_setting_binding.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Please refer to the field 'effective_labels' for all of the labels present on th
9393
"product": {
9494
Type: schema.TypeString,
9595
Optional: true,
96-
ValidateFunc: verify.ValidateEnum([]string{"GEMINI_CLOUD_ASSIST", "GEMINI_CODE_ASSIST", ""}),
97-
Description: `Product type of the setting binding. Possible values: ["GEMINI_CLOUD_ASSIST", "GEMINI_CODE_ASSIST"]`,
96+
ValidateFunc: verify.ValidateEnum([]string{"GEMINI_CODE_ASSIST", ""}),
97+
Description: `Product type of the setting binding. Possible values: ["GEMINI_CODE_ASSIST"]`,
9898
},
9999
"create_time": {
100100
Type: schema.TypeString,

website/docs/r/gemini_logging_setting_binding.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following arguments are supported:
7777
* `product` -
7878
(Optional)
7979
Product type of the setting binding.
80-
Possible values are: `GEMINI_CLOUD_ASSIST`, `GEMINI_CODE_ASSIST`.
80+
Possible values are: `GEMINI_CODE_ASSIST`.
8181

8282
* `location` -
8383
(Optional)

0 commit comments

Comments
 (0)