Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
Secretions committed Dec 19, 2023
1 parent eb9d7f9 commit 9dfbe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/infra/submodules/storage/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ output "info" {
port = var.storage.rds.enabled ? aws_db_instance.postgresql[0].port : null
username = var.storage.rds.enabled ? aws_db_instance.postgresql[0].username : null
master_user_secret = var.storage.rds.enabled ? aws_db_instance.postgresql[0].master_user_secret : null
security_group_id = var.storage.rds.enabled ? aws_security_group.postgresql.id : null
security_group_id = var.storage.rds.enabled ? aws_security_group.postgresql[0].id : null
}
}
}

0 comments on commit 9dfbe68

Please sign in to comment.