Skip to content

Commit 12b3e8a

Browse files
committed
don't output antispam name
1 parent 0baf876 commit 12b3e8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deployment/modules/aws/storage/outputs.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,3 @@ output "rds_aurora_cluster_master_user_secret_unsafe" {
3333
value = jsondecode(data.aws_secretsmanager_secret_version.db_credentials.secret_string)["password"]
3434
sensitive = true # Mark as sensitive, but it can still be exposed
3535
}
36-
37-
output "antispam_database_name" {
38-
value = mysql_database.antispam_db[0].name
39-
}

0 commit comments

Comments
 (0)