Skip to content

Commit 999d73b

Browse files
fix: remove transit_encryption != null, auth_token rotation support
1 parent e18c196 commit 999d73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ resource "aws_elasticache_replication_group" "default" {
134134
notification_topic_arn = var.notification_topic_arn
135135
engine_version = var.engine_version
136136
at_rest_encryption_enabled = var.at_rest_encryption_enabled
137-
transit_encryption_enabled = var.transit_encryption_enabled || var.auth_token != null
137+
transit_encryption_enabled = var.transit_encryption_enabled
138138
kms_key_id = var.at_rest_encryption_enabled ? var.kms_key_id : null
139139
snapshot_name = var.snapshot_name
140140
snapshot_arns = var.snapshot_arns

0 commit comments

Comments
 (0)