Does Terraform support auto-increment primary key columns?

更新时间:
复制 MD 格式

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.