aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-12 00:03:53 -0800
committerclarkzjw <[email protected]>2022-12-12 01:01:06 -0800
commitfe8cd972b5b72b8983c3f7fd6e7153c78ed278ea (patch)
treedbefb0b7dc8178ea1fb979303d73230f67b0f02e /rss.jinwei.me/infra/rds.tf
parent02288734f6ca91c4a39df80435c0151f1a2dfa86 (diff)
downloadjinwei.me-fe8cd972b5b72b8983c3f7fd6e7153c78ed278ea.tar.gz
infra: add ttrss ssm resources
Diffstat (limited to 'rss.jinwei.me/infra/rds.tf')
-rw-r--r--rss.jinwei.me/infra/rds.tf4
1 files changed, 4 insertions, 0 deletions
diff --git a/rss.jinwei.me/infra/rds.tf b/rss.jinwei.me/infra/rds.tf
new file mode 100644
index 0000000..ad719ea
--- /dev/null
+++ b/rss.jinwei.me/infra/rds.tf
@@ -0,0 +1,4 @@
1resource "random_password" "ttrss_password" {
2 length = 16
3 special = false
4}
Powered by cgit v1.2.3 (git 2.41.0)