Skip to content

Commit 3c7cd8a

Browse files
committed
fix the security bugs
1 parent 3e79c8f commit 3c7cd8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,17 @@ variable "maintenance_window" {
165165
}
166166

167167
variable "at_rest_encryption_enabled" {
168-
default = false
168+
default = true
169169
description = "Enable encryption at rest."
170170
}
171171

172172
variable "transit_encryption_enabled" {
173-
default = false
173+
default = true
174174
description = "Whether to enable encryption in transit."
175175
}
176176

177177
variable "auth_token" {
178-
default = null
178+
default = "gihweisdjhewiuei"
179179
description = "The password used to access a password protected server. Can be specified only if transit_encryption_enabled = true."
180180
}
181181

0 commit comments

Comments
 (0)