terraform-pr-commenter icon indicating copy to clipboard operation
terraform-pr-commenter copied to clipboard

Empty PR comment for plan with "moved"

Open sunnyoswalcro opened this issue 2 years ago • 0 comments

Below is plan output for which PR comment is empty.

Terraform will perform the following actions:

  # aws_security_group_rule.core_to_xxxhas moved to aws_security_group_rule.core_to_xxx[0]
    resource "aws_security_group_rule" "core_to_xxx" {
        id                = "sgrule-00000"
        # (9 unchanged attributes hidden)
    }

Plan: 0 to add, 0 to change, 0 to destroy.

sunnyoswalcro avatar Aug 02 '22 12:08 sunnyoswalcro