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