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 9b6dbd7 commit 9977886Copy full SHA for 9977886
looker_instance_full/main.tf
@@ -3,6 +3,7 @@ resource "google_looker_instance" "looker-instance" {
3
platform_edition = "LOOKER_CORE_STANDARD_ANNUAL"
4
region = "us-central1"
5
public_ip_enabled = true
6
+ gemini_enabled = true
7
admin_settings {
8
allowed_email_domains = ["google.com"]
9
}
0 commit comments