hashicorp / consul

Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
https://www.consul.io
Other
28.41k stars 4.43k forks source link

ci: fix versions.hcl parsing by removing extraneous comma #21752

Closed zalimeni closed 2 months ago

zalimeni commented 2 months ago

Commas are not expected after HCL blocks. This is causing parsing in BPA to fail and may interfere w/ other release-related workflows.