Files
opentf/website/source
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
..
2014-07-16 17:51:48 -04:00
2015-09-19 17:42:33 +01:00
2014-10-21 23:20:26 -04:00
2014-10-21 23:20:21 -04:00