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

dlmarion pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/elasticity by this push:
     new a97f1f0  Fix formatting of cluster.yaml.tftpl file
a97f1f0 is described below

commit a97f1f027e38f2778966777a1c9977e6625c36fa
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Tue Jan 9 12:50:53 2024 +0000

    Fix formatting of cluster.yaml.tftpl file
---
 .../modules/config-files/templates/cluster.yaml.tftpl                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
 
b/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
index 88ba8ad..fcbd06d 100644
--- 
a/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
+++ 
b/contrib/terraform-testing-infrastructure/modules/config-files/templates/cluster.yaml.tftpl
@@ -33,9 +33,9 @@ tserver:
 %{ endfor ~}
 
 sserver:
-  - default:
+  default:
 %{ for ip in worker_ips ~}
-      - ${ip}
+    - ${ip}
 %{ endfor ~}
 
 compactor:

Reply via email to