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/08 10:12:12 UTC

[incubator-dlab] branch DLAB-terraform updated: updated Readme

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 2838c75  updated Readme
2838c75 is described below

commit 2838c75c0a27d353e30e816b4cd6abc8f0f46692
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Mon Jul 8 13:12:02 2019 +0300

    updated Readme
---
 infrastructure-provisioning/terraform/aws/modules/ssn-k8s/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/aws/modules/ssn-k8s/README.md b/infrastructure-provisioning/terraform/aws/modules/ssn-k8s/README.md
index 9c0d265..a26d056 100644
--- a/infrastructure-provisioning/terraform/aws/modules/ssn-k8s/README.md
+++ b/infrastructure-provisioning/terraform/aws/modules/ssn-k8s/README.md
@@ -10,8 +10,8 @@ List of variables which should be provided:
 | subnet\_id               | string | ID of AWS Subnet if you already have subnet created.                                                      |
 | subnet\_cidr             | string | CIDR for Subnet creation. Conflicts with _subnet\_id_. Default: 172.31.0.0/24                             |
 | env\_os                  | string | OS type. Available options: debian, redhat. Default: debian                                               |
-| ami                      | string | ID of EC2 AMI.                                                                                            |
-| key\_name                | string | Name of EC2 Key pair.                                                                                     |
+| ami                      | string | **Required.** ID of EC2 AMI.                                                                                            |
+| key\_name                | string | **Required.** Name of EC2 Key pair.                                                                                     |
 | region                   | string | Name of AWS region. Default: us-west-2                                                                    |
 | zone                     | string | Name of AWS zone. Default: a                                                                              |
 | ssn\_k8s\_masters\_count | int    | Count of K8S masters. Default: 3                                                                          |


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