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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ See [the official document](https://www.terraform.io/docs/backends/types/s3.html
77
77
78
78
- Starting from v1.0, this module requires [Terraform Provider for AWS](https://github.com/terraform-providers/terraform-provider-aws) v4.0 or later. [Version 1.0 Upgrade Guide](./docs/upgrade-1.0.md) described the recommended procedure after the upgrade.
79
79
80
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
80
+
<!--BEGIN_TF_DOCS-->
81
81
## Requirements
82
82
83
83
| Name | Version |
@@ -112,8 +112,8 @@ See [the official document](https://www.terraform.io/docs/backends/types/s3.html
112
112
| <aname="input_kms_key_deletion_window_in_days"></a> [kms\_key\_deletion\_window\_in\_days](#input\_kms\_key\_deletion\_window\_in\_days)| Duration in days after which the key is deleted after destruction of the resource, must be between 7 and 30 days. |`number`| no |
113
113
| <aname="input_kms_key_description"></a> [kms\_key\_description](#input\_kms\_key\_description)| The description of the key as viewed in AWS console. |`string`| no |
114
114
| <aname="input_kms_key_enable_key_rotation"></a> [kms\_key\_enable\_key\_rotation](#input\_kms\_key\_enable\_key\_rotation)| Specifies whether key rotation is enabled. |`bool`| no |
115
-
| <aname="input_noncurrent_version_expiration"></a> [noncurrent\_version\_expiration](#input\_noncurrent\_version\_expiration)| Specifies when noncurrent object versions expire. See the aws\_s3\_bucket document for detail. | <pre>object({<br> days = number<br> })</pre> | no |
116
-
| <aname="input_noncurrent_version_transitions"></a> [noncurrent\_version\_transitions](#input\_noncurrent\_version\_transitions)| Specifies when noncurrent object versions transitions. See the aws\_s3\_bucket document for detail. | <pre>list(object({<br> days = number<br> storage_class = string<br> }))</pre> | no |
115
+
| <aname="input_noncurrent_version_expiration"></a> [noncurrent\_version\_expiration](#input\_noncurrent\_version\_expiration)| Specifies when noncurrent object versions expire. See the aws\_s3\_bucket document for detail. | <pre>object({<br/> days = number<br/> })</pre> | no |
116
+
| <aname="input_noncurrent_version_transitions"></a> [noncurrent\_version\_transitions](#input\_noncurrent\_version\_transitions)| Specifies when noncurrent object versions transitions. See the aws\_s3\_bucket document for detail. | <pre>list(object({<br/> days = number<br/> storage_class = string<br/> }))</pre> | no |
117
117
| <aname="input_override_iam_policy_name"></a> [override\_iam\_policy\_name](#input\_override\_iam\_policy\_name)| override iam policy name to disable policy\_prefix and create policy with static name |`bool`| no |
118
118
| <aname="input_override_iam_role_name"></a> [override\_iam\_role\_name](#input\_override\_iam\_role\_name)| override iam role name to disable role\_prefix and create role with static name |`bool`| no |
119
119
| <aname="input_override_s3_bucket_name"></a> [override\_s3\_bucket\_name](#input\_override\_s3\_bucket\_name)| override s3 bucket name to disable bucket\_prefix and create bucket with static name |`bool`| no |
@@ -141,4 +141,4 @@ See [the official document](https://www.terraform.io/docs/backends/types/s3.html
141
141
| <aname="output_replica_bucket"></a> [replica\_bucket](#output\_replica\_bucket)| The S3 bucket to replicate the state S3 bucket. |
142
142
| <aname="output_state_bucket"></a> [state\_bucket](#output\_state\_bucket)| The S3 bucket to store the remote state file. |
143
143
| <aname="output_terraform_iam_policy"></a> [terraform\_iam\_policy](#output\_terraform\_iam\_policy)| The IAM Policy to access remote state environment. |
0 commit comments