aws_keyspaces_table specify clustering column order #26276
Labels
bug
Addresses a defect in current functionality.
service/keyspaces
Issues and PRs that pertain to the keyspaces service.
Community Note
Description
Using the aws_keyspaces_table resource, I can't specify the order of clustering columns. This breaks my current table schema when migrating from Cassandra to Keyspaces. I've tried changing the order of declaration within the
schema_definition
to no effect.New or Affected Resource(s)
Potential Terraform Configuration
Either, respect the order of declaration as an implicit order for the clustering columns, or allow explicit oder declaration like the following
References
This line may be the problem
terraform-provider-aws/internal/service/keyspaces/table.go
Line 167 in 64daad7
The text was updated successfully, but these errors were encountered: