Skip to content

Commit

Permalink
Bad formatting!
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerhead committed Dec 7, 2023
1 parent 96e8d5e commit 095958f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ locals {
}

resource "random_password" "cratedb_password" {
length = 16
special = true
length = 16
special = true
override_special = "_%@"
}

Expand Down

0 comments on commit 095958f

Please sign in to comment.