Skip to main content

GCP Big Table Admin Instance

A Google Cloud Bigtable Admin Instance is the top-level administrative resource that groups together one or more Bigtable clusters and the tables they contain. It defines the instance name, instance type (Development or Production), display name and associated clusters, thereby controlling how data is physically stored and served. Because every table and cluster lives inside an instance, the instance acts as the primary object for billing, IAM policy application and operational management.
More information can be found in the official documentation: https://cloud.google.com/bigtable/docs/overview

Terrafrom Mappings:

  • google_bigtable_instance.name

Supported Methods​

  • GET: Get a gcp-big-table-admin-instance by its "name"
  • LIST: List all gcp-big-table-admin-instance
  • SEARCH