Skip to content

Commit

Permalink
remove duplicate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jmonte-sph committed Jan 21, 2025
1 parent 3482cf5 commit 6d30333
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ variable "snapshot_retention_limit" {
default = 5
}

variable "transit_encryption_enabled" {
description = "Whether to enable encryption in transit"
type = string
default = true
}

variable "auth_token" {
description = "Password used to access a password protected server. Can be specified only if `transit_encryption_enabled = true`"
type = string
Expand Down

0 comments on commit 6d30333

Please sign in to comment.