Skip to content

Commit 2f7b3b9

Browse files
committed
fix conflict
1 parent a8b0953 commit 2f7b3b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

variables.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,12 @@ variable "iops" {
160160
description = "The baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the Provisioned IOPS EBS volume type."
161161
}
162162

163-
<<<<<<< HEAD
164163
variable "encrypt_at_rest_enabled" {
165164
type = bool
166165
default = true
167166
description = "Whether to enable encryption at rest."
168167
}
169168

170-
=======
171-
>>>>>>> 8d63f311f29373c52b08cd8d486469ad0b5f518d
172169
variable "kms_key_id" {
173170
type = string
174171
default = ""

0 commit comments

Comments
 (0)