Skip to content

Commit

Permalink
Update modules/log-group/variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
magreenbaum and bryantbiggs authored Dec 11, 2023
1 parent c51622a commit e75fe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/log-group/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ variable "kms_key_id" {
variable "skip_destroy" {
description = "Set to true if you do not wish the log group (and any logs it may contain) to be deleted at destroy time, and instead just remove the log group from the Terraform state"
type = bool
default = false
default = null
}

variable "tags" {
Expand Down

0 comments on commit e75fe10

Please sign in to comment.