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
| allowed\_account\_ids | Account IDs that are allowed to access the bucket/KMS key |`list(string)`|`[]`| no |
75
-
| bucket | Name of bucket to create (do not provide if using `remote_bucket`) |`string`|`""`| no |
76
-
| kms\_alias\_name | Name of KMS Alias |`string`|`""`| no |
77
-
| kms\_key\_id | ARN for KMS key for all encryption operations. |`string`|`""`| no |
78
-
| logging\_target\_bucket | The name of the bucket that will receive the log objects |`string`|`null`| no |
79
-
| logging\_target\_prefix | A key prefix for log objects |`string`|`"TFStateLogs/"`| no |
80
-
| remote\_bucket | If specified, the remote bucket will be used for the backend. A new bucket will not be created |`string`|`""`| no |
81
-
| table | Name of Dynamo Table to create |`string`|`"tf-locktable"`| no |
82
-
| tags | Mapping of any extra tags you want added to resources |`map(string)`|`{}`| no |
92
+
|<aname="input_allowed_account_ids"></a> [allowed\_account\_ids](#input\_allowed\_account\_ids)| Account IDs that are allowed to access the bucket/KMS key |`list(string)`|`[]`| no |
93
+
|<aname="input_bucket"></a> [bucket](#input\_bucket)| Name of bucket to create (do not provide if using `remote_bucket`) |`string`|`""`| no |
94
+
|<aname="input_kms_alias_name"></a> [kms\_alias\_name](#input\_kms\_alias\_name)| Name of KMS Alias |`string`|`""`| no |
95
+
|<aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| ARN for KMS key for all encryption operations. |`string`|`""`| no |
96
+
|<aname="input_logging_target_bucket"></a> [logging\_target\_bucket](#input\_logging\_target\_bucket)| The name of the bucket that will receive the log objects |`string`|`null`| no |
97
+
|<aname="input_logging_target_prefix"></a> [logging\_target\_prefix](#input\_logging\_target\_prefix)| A key prefix for log objects |`string`|`"TFStateLogs/"`| no |
98
+
|<aname="input_remote_bucket"></a> [remote\_bucket](#input\_remote\_bucket)| If specified, the remote bucket will be used for the backend. A new bucket will not be created |`string`|`""`| no |
99
+
|<aname="input_table"></a> [table](#input\_table)| Name of Dynamo Table to create |`string`|`"tf-locktable"`| no |
100
+
|<aname="input_tags"></a> [tags](#input\_tags)| Mapping of any extra tags you want added to resources |`map(string)`|`{}`| no |
83
101
84
102
## Outputs
85
103
86
104
| Name | Description |
87
105
|------|-------------|
88
-
| kms\_key\_arn | ARN of KMS Key for S3 bucket |
89
-
| s3\_bucket\_backend | S3 bucket |
90
-
106
+
| <aname="output_kms_key_arn"></a> [kms\_key\_arn](#output\_kms\_key\_arn)| ARN of KMS Key for S3 bucket |
0 commit comments