Skip to content

Commit

Permalink
set kms_key default value to null
Browse files Browse the repository at this point in the history
  • Loading branch information
Keren Trajtenberg committed Jan 29, 2024
1 parent ea13c92 commit 374ccb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Terraform/deploy-fsx-ontap/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ variable "fsx_maintenance_start_time" {
variable "kms_key_id" {
description = "ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key."
type = string
default = null
}

variable "backup_retention_days" {
Expand Down

0 comments on commit 374ccb1

Please sign in to comment.