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

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


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 1b85580  added sleep
1b85580 is described below

commit 1b855806a9e1086c12ad5c0da60e9fd2047d0299
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Oct 21 17:05:56 2019 +0300

    added sleep
---
 .../terraform/aws/ssn-helm-charts/main/step-issuer.tf            | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-issuer.tf 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-issuer.tf
index 277964a..6981689 100644
--- 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-issuer.tf
+++ 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-issuer.tf
@@ -33,3 +33,12 @@ resource "helm_release" "step-issuer" {
         data.template_file.step_issuer_values.rendered
     ]
 }
+
+resource "null_resource" "step_issuer_delay" {
+  provisioner "local-exec" {
+    command = "sleep 120"
+  }
+  triggers = {
+    "before" = helm_release.step-issuer.name
+  }
+}


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

Reply via email to