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
|`region`| `` | AWS Region the S3 bucket should reside in | Yes |
76
+
|`name`|`terraform`| Name (_e.g._`app`, `cluster`, or `terraform`) | No |
77
+
|`attributes`|`["state"]`| Additional attributes (_e.g._`state`) | No |
78
+
|`tags`|`{}`| Additional tags (_e.g._`map("BusinessUnit","XYZ")`| No |
79
+
|`delimiter`|`-`| Delimiter to be used between `namespace`, `stage`, `name`, and `attributes`| No |
80
+
|`acl`|`private`| The canned ACL to apply to the S3 bucket | No |
81
+
|`read_capacity`|`5`| DynamoDB read capacity units | No |
82
+
|`write_capacity`|`5`| DynamoDB write capacity units | No |
83
+
|`force_destroy`|`false`| A boolean that indicates the S3 bucket can be destroyed even if it contains objects. These objects are not recoverable | No |
84
+
|`enable_server_side_encryption`|`true`| Enable DynamoDB server-side encryption | No |
0 commit comments