mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-12 16:00:25 -04:00
resource We had a line on the Update func that said: ``` Hash key can only be specified at creation, you cannot modify it. ``` The resource has now been changed to ForceNew on the hashkey ``` aws_dynamodb_table.demo-user-table: Refreshing state... (ID: Users) aws_dynamodb_table.demo-user-table: Destroying... aws_dynamodb_table.demo-user-table: Destruction complete aws_dynamodb_table.demo-user-table: Creating... aws_dynamodb_table.demo-user-table: Creation complete ```