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

[incubator-dlab] branch DLAB-terraform updated: added default values

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 c7910f9  added default values
c7910f9 is described below

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

    added default values
---
 infrastructure-provisioning/terraform/aws/main/variables.tf | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/aws/main/variables.tf b/infrastructure-provisioning/terraform/aws/main/variables.tf
index 8f659c8..111a68f 100644
--- a/infrastructure-provisioning/terraform/aws/main/variables.tf
+++ b/infrastructure-provisioning/terraform/aws/main/variables.tf
@@ -20,8 +20,12 @@
 # ******************************************************************************
 
 // AWS info
-variable "access_key_id" {}
-variable "secret_access_key" {}
+variable "access_key_id" {
+  default = ""
+}
+variable "secret_access_key" {
+  default = ""
+}
 variable "region" {
   default = "us-west-2"
 }


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