Name | Version |
---|---|
terraform | >= 1.0.0 |
>= 5.0, <6.0.0 |
Name | Version |
---|---|
>= 5.0, <6.0.0 |
No modules.
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 |
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 |
Name | Description |
---|---|
bigtable_cluster_id | the bigtable cluster id |
bigtable_instance_id | the bigtable instance id |