We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0baf876 commit 12b3e8aCopy full SHA for 12b3e8a
deployment/modules/aws/storage/outputs.tf
@@ -33,7 +33,3 @@ output "rds_aurora_cluster_master_user_secret_unsafe" {
33
value = jsondecode(data.aws_secretsmanager_secret_version.db_credentials.secret_string)["password"]
34
sensitive = true # Mark as sensitive, but it can still be exposed
35
}
36
-
37
-output "antispam_database_name" {
38
- value = mysql_database.antispam_db[0].name
39
-}
0 commit comments