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 07:46:41 UTC

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

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 f627cfd  added module nginx
f627cfd is described below

commit f627cfdae1add2204e73048580f62c393d174349
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Jul 11 10:46:33 2019 +0300

    added module nginx
---
 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 4a98e59..350dfa0 100644
--- a/infrastructure-provisioning/terraform/aws/main/main.tf
+++ b/infrastructure-provisioning/terraform/aws/main/main.tf
@@ -142,6 +142,10 @@ module "endpoint" {
   endpoint_volume_size    = var.endpoint_volume_size
 }
 
+module "nginx" {
+  source             = "../modules/nginx"
+}
+
 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