Skip to content

Commit 9977886

Browse files
Looker gemini_enabled field added to Instance (#15193) (#1119)
[upstream:6e655df2dbf6d46556cc227db454d3c7c7eae28f] Signed-off-by: Modular Magician <[email protected]>
1 parent 9b6dbd7 commit 9977886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

looker_instance_full/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ resource "google_looker_instance" "looker-instance" {
33
platform_edition = "LOOKER_CORE_STANDARD_ANNUAL"
44
region = "us-central1"
55
public_ip_enabled = true
6+
gemini_enabled = true
67
admin_settings {
78
allowed_email_domains = ["google.com"]
89
}

0 commit comments

Comments
 (0)