You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/07/11 08:45:58 UTC

[incubator-dlab] branch DLAB-terraform updated: added module mongo

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new 61c8388  added module mongo
61c8388 is described below

commit 61c8388c3f369b9732b22d767f0fa1567a9e7b79
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Jul 11 11:45:50 2019 +0300

    added module mongo
---
 infrastructure-provisioning/terraform/aws/main/main.tf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/infrastructure-provisioning/terraform/aws/main/main.tf b/infrastructure-provisioning/terraform/aws/main/main.tf
index 350dfa0..2a45d7e 100644
--- a/infrastructure-provisioning/terraform/aws/main/main.tf
+++ b/infrastructure-provisioning/terraform/aws/main/main.tf
@@ -146,6 +146,10 @@ module "nginx" {
   source             = "../modules/nginx"
 }
 
+module "mongo" {
+  source             = "../modules/mongo"
+}
+
 output "ssn_k8s_masters_ip_addresses" {
   value = module.ssn-k8s.ssn_k8s_masters_ip_addresses
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org