commit | 276011279b9e5bbe5b82c42107dd2f6e7049bd59 | [log] [tgz] |
---|---|---|
author | Dave Marion <dlmarion@apache.org> | Fri Sep 23 14:26:00 2022 -0400 |
committer | GitHub <noreply@github.com> | Fri Sep 23 14:26:00 2022 -0400 |
tree | 09cb169074f85311336f2f65cb1cfb738c498978 | |
parent | 08248b87364b8a9f35ec9721d4d3344447dbff2c [diff] |
Fixed a spacing issue with the scan server section of the cluster.yaml file (#229)
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 89029d6..84de099 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
@@ -15,7 +15,7 @@ sserver: - default %{ for ip in worker_ips ~} - - ${ip} + - ${ip} %{ endfor ~} compaction: