Skip to content

Commit 5824345

Browse files
committed
Remove computed
1 parent 3d94a9c commit 5824345

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mmv1/templates/terraform/extra_schema_entry/bigtable_app_profile.go.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"row_affinity": {
2323
Type: schema.TypeBool,
2424
Optional: true,
25-
Computed: true,
2625
Description: `Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.`,
2726
ConflictsWith: []string{"single_cluster_routing"},
2827
},

0 commit comments

Comments
 (0)