We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65137b commit ff9a412Copy full SHA for ff9a412
gemini_gemini_gcp_enablement_setting_basic/main.tf
@@ -3,5 +3,5 @@ resource "google_gemini_gemini_gcp_enablement_setting" "example" {
3
location = "global"
4
labels = {"my_key": "my_value"}
5
enable_customer_data_sharing = true
6
- disable_web_grounding = true
+ web_grounding_type = "WEB_GROUNDING_FOR_ENTERPRISE"
7
}
0 commit comments