File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Functional examples are included in the
3131| Name | Description | Type | Default | Required |
3232| ------| -------------| ------| ---------| :--------:|
3333| deletion\_ protection | Whether or not to allow Terraform to destroy the instance | ` bool ` | ` true ` | no |
34- | display\_ name | The human-readable display name of the Bigtable instance. Defaults to the instance name | ` string ` | n/a | yes |
34+ | display\_ name | The human-readable display name of the Bigtable instance. Defaults to the instance name | ` string ` | ` null ` | no |
3535| labels | labels associated to the Bigtable instance. | ` map(string) ` | ` {} ` | no |
3636| name | The unique name of the Bigtable instance. | ` string ` | n/a | yes |
3737| project\_ id | The ID of the project in which the resource belongs | ` string ` | n/a | yes |
Original file line number Diff line number Diff line change 3333 display_name :
3434 name : display_name
3535 title : Display Name
36+ level : 1
3637 labels :
3738 name : labels
3839 title : Labels
4849 tables :
4950 name : tables
5051 title : Tables
52+ level : 1
53+ altDefaults :
54+ - type : ALTERNATE_TYPE_DC
55+ value :
56+ table1 :
57+ table_name : table-1
5158 zones :
5259 name : zones
5360 title : Zones
61+ level : 1
Original file line number Diff line number Diff line change 4747 - name : display_name
4848 description : The human-readable display name of the Bigtable instance. Defaults to the instance name
4949 varType : string
50- required : true
5150 - name : deletion_protection
5251 description : Whether or not to allow Terraform to destroy the instance
5352 varType : bool
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ variable "name" {
3131variable "display_name" {
3232 description = " The human-readable display name of the Bigtable instance. Defaults to the instance name"
3333 type = string
34+ default = null
3435}
3536
3637variable "deletion_protection" {
You can’t perform that action at this time.
0 commit comments