Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: truncate long Terraform plans #184

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

JoshuaLicense
Copy link
Contributor

Description

The maximum input size is ~64KB.
The maximum PR comment size is ~64KB.
The plan can be larger than this, so we need to truncate it.
Saving the plan to a file allows JavaScript to truncate this and avoid it being too large for the inputs and the PR comment.

@JoshuaLicense JoshuaLicense self-assigned this Jul 19, 2024
@JoshuaLicense JoshuaLicense merged commit 8d44621 into main Jul 19, 2024
15 checks passed
@JoshuaLicense JoshuaLicense deleted the truncate-long-terraform-plans branch July 19, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant