lkr
Looker
Analytics & IoTGCP
General
General information about the service.
Description
Google Looker is an enterprise platform for business intelligence, data applications, and embedded analytics.
Service ID
looker.googleapis.comResource Pattern
projects/{project}/locations/{location}/instances/{instance}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
lkr-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_looker_instance" "main" {2 name = "lkr-${var.environment}"3 location = var.region4 platform_edition = "LOOKER_CORE_STANDARD"5}
Utilities
Utilities to support app deployment or configuration.