Files
opentf/website/source/docs/providers
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-01-08 12:12:22 -08:00
2016-05-10 10:36:52 -07:00
2016-04-02 20:37:11 -07:00
2016-04-27 17:18:02 +01:00
2015-07-31 08:39:52 -04:00
2015-08-14 18:56:57 -03:00
2015-12-16 09:57:58 -05:00
2016-03-20 12:10:59 -05:00