aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-12 14:33:53 -0800
committerclarkzjw <[email protected]>2022-12-12 14:33:53 -0800
commit41a97aa43ed021a57da2f0bdabda677ba39e1786 (patch)
tree335a958b419eb0f48747a335b7ca9979a35e96dd /rss.jinwei.me/infra/rds.tf
parentae273d3a79fa4a902ecbaca6fdbf49631e8d7234 (diff)
downloadjinwei.me-rss.tar.gz
infra: remove rssrss
Diffstat (limited to 'rss.jinwei.me/infra/rds.tf')
-rw-r--r--rss.jinwei.me/infra/rds.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.jinwei.me/infra/rds.tf b/rss.jinwei.me/infra/rds.tf
index ad719ea..d1a77a4 100644
--- a/rss.jinwei.me/infra/rds.tf
+++ b/rss.jinwei.me/infra/rds.tf
@@ -1,4 +1,4 @@
1resource "random_password" "ttrss_password" { 1resource "random_password" "rss_password" {
2 length = 16 2 length = 16
3 special = false 3 special = false
4} 4}
Powered by cgit v1.2.3 (git 2.41.0)