Does Terraform support auto-increment primary key columns?
Terraform does not support auto-increment primary key columns.
To use an auto-increment primary key column, you must create the data table using the Tablestore console, the command line interface (CLI), or a software development kit (SDK). For more information, see Auto-increment primary key columns.
Important
Each data table can have a maximum of one auto-increment primary key column. A partition key cannot be set as an auto-increment column.