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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ This module is composed of several submodules and each of which can be used inde
145
145
| <aname="input_audit_log_bucket_custom_policy_json"></a> [audit\_log\_bucket\_custom\_policy\_json](#input\_audit\_log\_bucket\_custom\_policy\_json)| Override policy for the audit log bucket. Allows addition of extra policies. |`string`| no |
146
146
| <aname="input_audit_log_bucket_force_destroy"></a> [audit\_log\_bucket\_force\_destroy](#input\_audit\_log\_bucket\_force\_destroy)| A boolean that indicates all objects should be deleted from the audit log bucket so that the bucket can be destroyed without error. These objects are not recoverable. |`bool`| no |
147
147
| <aname="input_audit_log_bucket_key_enabled"></a> [audit\_log\_bucket\_key\_enabled](#input\_audit\_log\_bucket\_key\_enabled)| Whether or not to use Amazon S3 Bucket Keys for encrypting the audit log bucket. |`bool`| no |
148
-
| <aname="input_audit_log_lifecycle_glacier_transition_days"></a> [audit\_log\_lifecycle\_glacier\_transition\_days](#input\_audit\_log\_lifecycle\_glacier\_transition\_days)| The number of days after log creation when the log file is archived into Glacier. |`number`| no |
148
+
| <aname="input_audit_log_lifecycle_glacier_transition_days"></a> [audit\_log\_lifecycle\_glacier\_transition\_days](#input\_audit\_log\_lifecycle\_glacier\_transition\_days)| The number of days after log creation when the log file is archived into Glacier. Setting to zero disables the transition. |`number`| no |
149
149
| <aname="input_aws_config_changes_enabled"></a> [aws\_config\_changes\_enabled](#input\_aws\_config\_changes\_enabled)| The boolean flag whether the aws\_config\_changes alarm is enabled or not. No resources are created when set to false. |`bool`| no |
150
150
| <aname="input_cloudtrail_baseline_enabled"></a> [cloudtrail\_baseline\_enabled](#input\_cloudtrail\_baseline\_enabled)| Boolean whether cloudtrail-baseline is enabled. |`bool`| no |
151
151
| <aname="input_cloudtrail_cfg_changes_enabled"></a> [cloudtrail\_cfg\_changes\_enabled](#input\_cloudtrail\_cfg\_changes\_enabled)| The boolean flag whether the cloudtrail\_cfg\_changes alarm is enabled or not. No resources are created when set to false. |`bool`| no |
Copy file name to clipboardExpand all lines: modules/secure-bucket/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Creates a S3 bucket with access logging enabled.
24
24
| <aname="input_log_bucket_name"></a> [log\_bucket\_name](#input\_log\_bucket\_name)| The name of the S3 bucket to store access logs to the main bucket. |`string`| yes |
25
25
| <aname="input_bucket_key_enabled"></a> [bucket\_key\_enabled](#input\_bucket\_key\_enabled)| Whether or not to use Amazon S3 Bucket Keys for this bucket. |`bool`| no |
26
26
| <aname="input_force_destroy"></a> [force\_destroy](#input\_force\_destroy)| A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable. |`bool`| no |
27
-
| <aname="input_lifecycle_glacier_transition_days"></a> [lifecycle\_glacier\_transition\_days](#input\_lifecycle\_glacier\_transition\_days)| The number of days after object creation when the object is archived into Glacier. |`number`| no |
27
+
| <aname="input_lifecycle_glacier_transition_days"></a> [lifecycle\_glacier\_transition\_days](#input\_lifecycle\_glacier\_transition\_days)| The number of days after object creation when the object is archived into Glacier. Setting to zero disables the transition. |`number`| no |
28
28
| <aname="input_tags"></a> [tags](#input\_tags)| Specifies object tags key and value. This applies to all resources created by this module. |`map(string)`| no |
0 commit comments