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 fb60dfd  fixed typo
fb60dfd is described below

commit fb60dfdaeb0821e528d74c6ed2bcd63560b06b57
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Tue Oct 22 23:23:21 2019 +0300

    fixed typo
---
 .../terraform/aws/ssn-helm-charts/main/step-issuer.tf                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 1587e78..4dc5d80 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
@@ -45,7 +45,7 @@ resource "null_resource" "step_issuer_delay" {
 
 data "template_file" "step_ca_issuer_values" {
   template = file("./step-ca-issuer-chart/values.yaml")
-  vars {
+  vars     = {
     step_ca_url      = "https://${var.ssn_k8s_nlb_dns_name}:7443";
     step_ca_bundle   = lookup(data.external.step-ca-config-values.result, 
"rootCa")
     namespace        = kubernetes_namespace.dlab-namespace.metadata[0].name


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

Reply via email to