Skip to content

1.3.5

Latest
Compare
Choose a tag to compare
@skluck skluck released this 28 Jan 17:24

Fixed

  • Prevent parsing error when an empty plan is generated for Terraform 0.13+ where there is an output-only change.

    Example output of a plan:

    # aws_lambda_function.default has been changed
    ~ resource "aws_lambda_function" "default" {
          # (2 unchanged blocks hidden)
      }
    
    Unless you have made equivalent changes to your configuration, or ignored the
    relevant attributes using ignore_changes, the following plan may include
    actions to undo or respond to these changes.
    
    ─────────────────────────────────────────────────────────────────────────────
    
    Changes to Outputs:
      ~ lambda_source_code_size = 100 -> 101