Skip to content

Commit

Permalink
Merge pull request #29 from kunduso/create-amazon-elasticache
Browse files Browse the repository at this point in the history
 Increase auth_token length
  • Loading branch information
kunduso authored Nov 7, 2023
2 parents 18b60dc + a661112 commit 308358d
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 308358d

Please sign in to comment.