GCP Big Table Admin Instance
Cloud Bigtable instances are the top-level administrative containers for all tables and data stored in Bigtable. An instance defines the service tier (production or development), the geographic placement of data through its clusters, and provides the entry point for IAM policy management, encryption settings, labelling and more. For a detailed overview of instances, see the official Google Cloud documentation: https://cloud.google.com/bigtable/docs/instances-clusters-nodes
Terrafrom Mappings:
google_bigtable_instance.namegoogle_bigtable_instance_iam_binding.instancegoogle_bigtable_instance_iam_member.instancegoogle_bigtable_instance_iam_policy.instance
Supported Methods​
GET: Get a gcp-big-table-admin-instance by its "name"LIST: List all gcp-big-table-admin-instanceSEARCH
Possible Links​
gcp-big-table-admin-cluster​
Every Bigtable instance is composed of one or more clusters. A gcp-big-table-admin-cluster represents the individual cluster resources that reside within, and are owned by, a given Bigtable instance.