Skip to content

Commit 7549366

Browse files
committed
Full featured graylog setup
* Separate MongoDB * Separate ElasticSearch
1 parent 0bc4f6e commit 7549366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mongodb/output.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
output "mongodb_url" {
2-
value = "mongodb://${aws_route53_record.mongod_record.name}:${var.mongod_port}"
2+
value = "mongodb://${var.mongodb_username}:${var.mongodb_password}@${aws_route53_record.mongod_record.name}:${var.mongod_port}/${var.mongodb_database}"
33
}
44

55
output "mongod_instance_ids" {

0 commit comments

Comments
 (0)