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 2020/01/27 14:03:00 UTC

[incubator-dlab] branch DLAB-1467 updated: [DLAB-1467]: Added terraform scripts for endpoint deployment on Azure

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

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


The following commit(s) were added to refs/heads/DLAB-1467 by this push:
     new c110950  [DLAB-1467]: Added terraform scripts for endpoint deployment on Azure
c110950 is described below

commit c11095042f6509d4f97bd8ef0e20cf1e921221a7
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Mon Jan 27 16:02:50 2020 +0200

    [DLAB-1467]: Added terraform scripts for endpoint deployment on Azure
---
 .../terraform/azure/endpoint/main/outputs.tf       | 30 +++++++++++-----------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/infrastructure-provisioning/terraform/azure/endpoint/main/outputs.tf b/infrastructure-provisioning/terraform/azure/endpoint/main/outputs.tf
index 4586fd2..183c7ce 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/outputs.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/outputs.tf
@@ -19,18 +19,18 @@
 #
 # ******************************************************************************
 
-output "endpoint_eip_address" {
-  value = aws_eip.endpoint_eip.public_ip
-}
-
-output "subnet_id" {
-  value = data.aws_subnet.data_subnet.id
-}
-
-output "vpc_id" {
-  value = data.aws_vpc.data_vpc.id
-}
-
-output "ssn_k8s_sg_id" {
-  value = aws_security_group.endpoint_sec_group.id
-}
\ No newline at end of file
+//output "endpoint_eip_address" {
+//  value = aws_eip.endpoint_eip.public_ip
+//}
+//
+//output "subnet_id" {
+//  value = data.aws_subnet.data_subnet.id
+//}
+//
+//output "vpc_id" {
+//  value = data.aws_vpc.data_vpc.id
+//}
+//
+//output "ssn_k8s_sg_id" {
+//  value = aws_security_group.endpoint_sec_group.id
+//}
\ 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