Skip to content

Terraform module for terraform-gcp-bigtable

License

Notifications You must be signed in to change notification settings

Datatamer/terraform-gcp-bigtable

Repository files navigation

Requirements

Name Version
terraform >= 1.0.0
google >= 5.0, <6.0.0

Providers

Name Version
google >= 5.0, <6.0.0

Modules

No modules.

Resources

Name Type
google_bigtable_instance.bigtable_instance resource
google_project_iam_member.cloud_bigtable_admin resource
google_project_service.enable_bigtable resource
google_project_service.enable_bigtable_admin_apis resource

Inputs

Name Description Type Default Required
name The name of the bigtable instance. NOTE Length should be between [6,33] string n/a yes
project The project the cluster should be deployed to string n/a yes
cloud_bigtable_admin_members The list of members to bind to bigtable admin role list(string) [] no
deletion_protection set deletion protection on bigtable stack bool true no
initial_num_nodes The number nodes to start the cluster with number 1 no
storage_type The storage type for the cluster string "SSD" no
zone The zone for the cluster to be created in string "us-east1-b" no

Outputs

Name Description
bigtable_cluster_id the bigtable cluster id
bigtable_instance_id the bigtable instance id