Skip to content

Commit

Permalink
Merge pull request #49 from ydb-platform/add_force_new_for_primary_key
Browse files Browse the repository at this point in the history
add force new for primary key
  • Loading branch information
sourcecd authored Feb 12, 2025
2 parents ffd1180 + 69a25ab commit f7d05e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/terraform/table/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ func ResourceSchema() map[string]*schema.Schema {
"primary_key": {
Type: schema.TypeList,
Required: true,
ForceNew: true,
Elem: &schema.Schema{
Type: schema.TypeString,
ValidateFunc: validation.NoZeroValues, // TODO(shmel1k@): think about validate func
Expand Down

0 comments on commit f7d05e5

Please sign in to comment.