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
@@ -127,6 +127,7 @@ See [the official document](https://www.terraform.io/docs/backends/types/s3.html
127
127
| <aname="input_s3_logging_target_prefix"></a> [s3\_logging\_target\_prefix](#input\_s3\_logging\_target\_prefix)| The prefix to apply on bucket logs, e.g "logs/". |`string`| no |
128
128
| <aname="input_state_bucket_prefix"></a> [state\_bucket\_prefix](#input\_state\_bucket\_prefix)| Creates a unique state bucket name beginning with the specified prefix. |`string`| no |
129
129
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to resources. |`map(string)`| no |
130
+
| <aname="input_terraform_iam_policy_add_lockfile_permissions"></a> [terraform\_iam\_policy\_add\_lockfile\_permissions](#input\_terraform\_iam\_policy\_add\_lockfile\_permissions)| Whether to add permissions for the S3 lockfile (recommended for Terraform 1.11+). |`bool`| no |
130
131
| <aname="input_terraform_iam_policy_create"></a> [terraform\_iam\_policy\_create](#input\_terraform\_iam\_policy\_create)| Specifies whether to terraform IAM policy is created. |`bool`| no |
131
132
| <aname="input_terraform_iam_policy_name"></a> [terraform\_iam\_policy\_name](#input\_terraform\_iam\_policy\_name)| If override\_terraform\_iam\_policy\_name is true, use this policy name instead of dynamic name with policy\_prefix |`string`| no |
132
133
| <aname="input_terraform_iam_policy_name_prefix"></a> [terraform\_iam\_policy\_name\_prefix](#input\_terraform\_iam\_policy\_name\_prefix)| Creates a unique name beginning with the specified prefix. |`string`| no |
0 commit comments