Skip to content

tfcmt plan succeeds without a plan comment when too many resources are changed #1847

@sato-s

Description

@sato-s

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions