Skip to content

Handling cases where terraform plan succeds but terraform show fails #117

Description

@kishaningithub

When developers run a lot of targeted terraform plan and apply on a large repo it inevitably leads to provider version drifts causing the terraform show command to fail with errors like No attribute xyz found in provider. In this case the terraform plan actually succeds.

From what i see this action depends on the terraform show command to succeed in order to show the plan details.

IMO it would be great if this action can parse the text output of terraform plan command and derive the "Created", "updated", "destroyed", "recreated", "moved" and "imported" resources.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions