aboutsummaryrefslogtreecommitdiff
blob: ad719ea81182edf6fb81c945ddd411b4f5dd1e7f (plain) (blame)
1
2
3
4
resource "random_password" "ttrss_password" {
  length  = 16
  special = false
}
Powered by cgit v1.2.3 (git 2.41.0)