Skip to content

Commit

Permalink
Fix output redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Mar 29, 2024
1 parent 8c7edd1 commit b5d6dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/prod-aws/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ output "secrets_manager_entries" {
value = concat(
[
module.db.database_credentials,
values(var.container_secrets),
var.sentry_dsn,
var.remote_db_arn,
var.app_secret_key
Expand Down

0 comments on commit b5d6dca

Please sign in to comment.