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
| dynamodb\_table\_name | Name of the DynamoDB Table for locking Terraform state. |`string`|`"terraform-state-lock"`| no |
60
60
| dynamodb\_table\_tags | Tags of the DynamoDB Table for locking Terraform state. |`map(string)`|```{ "Automation": "Terraform", "Name": "terraform-state-lock" }```| no |
61
61
| enable\_s3\_public\_access\_block | Bool for toggling whether the s3 public access block resource should be enabled. |`bool`|`true`| no |
62
-
| kms\_master\_key\_id | The AWS KMS master key ID used for the SSE-KMS encryption of the state bucket. |`string`|`null`| no |
62
+
| kms\_master\_key\_id | The AWS KMS master key ID used for the SSE-KMS encryption of the state bucket. |`string`|`""`| no |
63
63
| log\_bucket\_tags | Tags to associate with the bucket storing the Terraform state bucket logs |`map(string)`|```{ "Automation": "Terraform" }```| no |
64
64
| log\_bucket\_versioning | A string that indicates the versioning status for the log bucket. |`string`|`"Disabled"`| no |
65
65
| log\_name | Log name (for backwards compatibility this can be modified to logs) |`string`|`"log"`| no |
0 commit comments