You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,7 @@ This module provisions a dataset and a list of tables with associated JSON schem
166
166
| dataset\_name | Friendly name for the dataset being provisioned. |`string`|`null`| no |
167
167
| default\_table\_expiration\_ms | TTL of tables using the dataset in MS |`number`|`null`| no |
168
168
| delete\_contents\_on\_destroy | (Optional) If set to true, delete all the tables in the dataset when destroying the resource; otherwise, destroying the resource will fail if tables are present. |`bool`|`null`| no |
169
+
| deletion\_protection | Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail |`bool`|`false`| no |
169
170
| description | Dataset description. |`string`|`null`| no |
170
171
| encryption\_key | Default encryption key to apply to the dataset. Defaults to null (Google-managed). |`string`|`null`| no |
description="Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail"
48
+
type=bool
49
+
default=false
50
+
}
51
+
46
52
variable"default_table_expiration_ms" {
47
53
description="TTL of tables using the dataset in MS"
0 commit comments