Files
opentf/website/source/docs
stack72 68d035bc50 provider/aws: Change to aws_dynamodb_table hash_key forces a new
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
```
2016-05-24 11:39:55 +01:00
..
2016-05-18 12:57:03 -06:00
2016-05-18 12:57:03 -06:00
2016-05-10 14:14:47 -04:00