tfaction version
v1.17.0
Overview
When we have a huge plan(> about 60000 lines), tfaction/plan finishes successfully.
But it doesn't provide a plan comment.
I believe this is due to github limitation. But a proper error message would be helpful.
How to reproduce
main.tf
resource "null_resource" "test" {
count = 20000
}
Expected behaviour
tfaction/plan fails with a proper error message.
Actual behaviour
tfaction/plan finishes successfully.
Note
I understand that we shouldn't make a such huge terraform plan.
But an unintentional misuse of terraform module can be lead to such situation.
tfaction version
v1.17.0
Overview
When we have a huge plan(> about 60000 lines),
tfaction/planfinishes successfully.But it doesn't provide a plan comment.
I believe this is due to github limitation. But a proper error message would be helpful.
How to reproduce
main.tf
Expected behaviour
tfaction/planfails with a proper error message.Actual behaviour
tfaction/planfinishes successfully.Note
I understand that we shouldn't make a such huge terraform plan.
But an unintentional misuse of terraform module can be lead to such situation.