AzBuilder / terrakube

Open source IaC Automation and Collaboration Software.
https://docs.terrakube.io
Apache License 2.0
523 stars 44 forks source link

fix: trucated logs from Terraform CLI #1284

Closed stanleyz closed 2 months ago

stanleyz commented 2 months ago

The Terraform client may ask for re-transmission with offset and limit in the request parameter, the server should implement this feature to avoid truncated logs.

Additional changes:

  1. Formation

fix #1283

alfespa17 commented 2 months ago

Thank you @stanleyz