Skip to content

Commit

Permalink
increased auth_token length
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Nov 7, 2023
1 parent ac305e6 commit a661112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion random.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html#auth-overview
resource "random_password" "auth" {
length = 90
length = 128
special = true
override_special = "!&#$^<>-"
}

0 comments on commit a661112

Please sign in to comment.