Closed quixoticmonk closed 4 months ago
Not unexpectedly, this issue is also present on the awscc_dynamodb_global_table
resource
Opened an internal service ticket for this.
This is the current behavior across APIs in the DynamoDB side. The Key schema union for the table and a possible index should match the Attribute definitions.
Community Note
Terraform CLI and Terraform AWS Cloud Control Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
The table should be provisioned.
Actual Behavior
The apply step fails with the schema validation error below.
Steps to Reproduce
terraform apply
Important Factoids
Opening this for visibility based on https://github.com/hashicorp/terraform-provider-awscc/issues/951#issuecomment-2093507074
References