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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ See [the official document](https://www.terraform.io/docs/backends/types/s3.html
96
96
97
97
| Name | Description | Type | Required |
98
98
|------|-------------|------|:--------:|
99
+
| <aname="input_create_dynamodb_table"></a> [create\_dynamodb\_table](#input\_create\_dynamodb\_table)| Whether or not to create the DynamoDB table for state locking (it's deprecated for Terraform 1.11+). |`bool`| no |
99
100
| <aname="input_dynamodb_deletion_protection_enabled"></a> [dynamodb\_deletion\_protection\_enabled](#input\_dynamodb\_deletion\_protection\_enabled)| Whether or not to enable deletion protection on the DynamoDB table |`bool`| no |
100
101
| <aname="input_dynamodb_enable_server_side_encryption"></a> [dynamodb\_enable\_server\_side\_encryption](#input\_dynamodb\_enable\_server\_side\_encryption)| Whether or not to enable encryption at rest using an AWS managed KMS customer master key (CMK) |`bool`| no |
101
102
| <aname="input_dynamodb_table_billing_mode"></a> [dynamodb\_table\_billing\_mode](#input\_dynamodb\_table\_billing\_mode)| Controls how you are charged for read and write throughput and how you manage capacity. |`string`| no |
0 commit comments