diff options
author | clarkzjw <[email protected]> | 2023-01-31 22:43:36 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-16 11:23:37 -0800 |
commit | 7d5cbef8a6f0bd666808ca672cc8999a4f4723f8 (patch) | |
tree | 39f209516dbd1d7fdf48876138869a01370a6cd2 /infra/rds.tf | |
parent | 55bf0526c86c88f5ae0d20bad6587c72cd91e835 (diff) | |
download | zjw.social-master.tar.gz |
Diffstat (limited to 'infra/rds.tf')
-rw-r--r-- | infra/rds.tf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/infra/rds.tf b/infra/rds.tf index d9ba204..ae9a8f8 100644 --- a/infra/rds.tf +++ b/infra/rds.tf | |||
@@ -39,12 +39,6 @@ resource "aws_ssm_parameter" "rds_port" { | |||
39 | value = aws_db_instance.mastodon.port | 39 | value = aws_db_instance.mastodon.port |
40 | } | 40 | } |
41 | 41 | ||
42 | resource "aws_ssm_parameter" "mastodon_db_name" { | ||
43 | name = "/${local.name}/rds/name" | ||
44 | type = "String" | ||
45 | value = aws_db_instance.mastodon.db_name | ||
46 | } | ||
47 | |||
48 | resource "aws_ssm_parameter" "mastodon_db_user" { | 42 | resource "aws_ssm_parameter" "mastodon_db_user" { |
49 | name = "/${local.name}/rds/username" | 43 | name = "/${local.name}/rds/username" |
50 | type = "String" | 44 | type = "String" |