File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ resource "aws_elasticache_parameter_group" "default" {
5151resource "aws_elasticache_replication_group" "default" {
5252 count = " ${ var . enabled == " true" ? 1 : 0 } "
5353
54- auth_token = " ${ var . auth_token } "
54+ # auth_token = "${var.auth_token}"
5555 replication_group_id = " ${ var . replication_group_id == " " ? module . label . id : var . replication_group_id } "
5656 replication_group_description = " ${ module . label . id } "
5757 node_type = " ${ var . instance_type } "
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ variable "at_rest_encryption_enabled" {
7777}
7878
7979variable "transit_encryption_enabled" {
80- default = " true "
80+ default = " false "
8181 description = " Enable TLS"
8282}
8383
You can’t perform that action at this time.
0 commit comments