We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8a919 commit 47ce71aCopy full SHA for 47ce71a
README.md
@@ -73,6 +73,7 @@ region = "us-east-1"
73
|------|-------------|------|---------|:--------:|
74
| 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 |
0 commit comments