Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
bendoerr and coderabbitai[bot] authored Aug 20, 2024
1 parent 901e895 commit 24abe8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ variable "context" {
variable "s3_kms_key_arn" {
type = string
default = null
description = "TODO"
description = "The ARN of the KMS key used for S3 server-side encryption."
nullable = true
}

variable "default_root_object" {
type = string
default = "index.html"
description = "TODO"
description = "The default root object for the S3 bucket, typically used for web hosting."
nullable = true
}

variable "cname_aliases" {
type = set(string)
default = null
description = "TODO"
description = "A set of CNAME aliases for the S3 bucket."
nullable = true
}

0 comments on commit 24abe8b

Please sign in to comment.