You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The following module variables were updated to better meet current Rackspace sty
61
61
62
62
| Name | Version |
63
63
|------|---------|
64
-
| aws | >= 2.1.0 |
64
+
| aws | >= 2.7.0 |
65
65
66
66
## Inputs
67
67
@@ -72,11 +72,11 @@ The following module variables were updated to better meet current Rackspace sty
72
72
| enable\_ttl | Enable time to live on record. |`bool`|`false`| no |
73
73
| environment | Application environment for which this resource is being created. Preferred values are Development, Integration, PreProduction, Production, QA, Staging, or Test. |`string`|`"Development"`| no |
74
74
| global\_secondary\_index\_maps | A list of maps for each [global secondary index (GSI)](https://www.terraform.io/docs/providers/aws/r/dynamodb_table.html#global_secondary_index-1). Please see [examples](./examples) for usage. |`any`|`[]`| no |
75
-
| hash\_key |\*\*Forces new resource!\*\* Must contain only alphanumberic characters, dash (-), underscore (\_) or dot (.). Needs to be defined by type in attributes. |`string`| n/a | yes |
75
+
| hash\_key |**Forces new resource!** Must contain only alphanumberic characters, dash (-), underscore (\_) or dot (.). Needs to be defined by type in attributes. |`string`| n/a | yes |
76
76
| local\_secondary\_index\_maps | A list of maps for each [local secondary index (LSI)](https://www.terraform.io/docs/providers/aws/r/dynamodb_table.html#local_secondary_index-1). Please see [examples](./examples) for usage. |`any`|`[]`| no |
77
77
| name | The name of the table, this needs to be unique within a region. |`string`| n/a | yes |
78
78
| point\_in\_time\_recovery | Enable point in time recovery for the table. |`bool`|`false`| no |
79
-
| range\_key |\*\*Forces new resource!\*\* RangeType PrimaryKey Name. If used, it will need to be defined by type in attributes |`string`|`""`| no |
79
+
| range\_key |**Forces new resource!** RangeType PrimaryKey Name. If used, it will need to be defined by type in attributes |`string`|`""`| no |
80
80
| read\_capacity\_units | Provisioned read throughput. Should be between 5 and 10000. Ignored if `enable_pay_per_request` is set to `true`. |`number`|`5`| no |
81
81
| stream\_enabled | Enable the stream setting on the table. |`bool`|`false`| no |
82
82
| stream\_view\_type | If using `stream_enabled, you can specify a valid DynamoDB StreamViewType; must be one of: `KEYS\_ONLY`, `NEW\_IMAGE`. `OLD\_IMAGE`, `NEW\_AND\_OLD\_IMAGES |`string`|`""`| no |
0 commit comments