Skip to content

Draft: [New MR] Fix bug with Terraform output when no changes in plan are expected

Vasyl Leskiv [SLB] requested to merge vl/fix-tfplan-output2 into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [NO] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


  1. Some log/diagnostics properties are added by default on Azure side, but terraform is still trying to manage them (continously remove) even if they are not defined in code. Those properties default values needs to be aligned with terraform code to avoid continous complexity in TF plan reviews.

  2. Fixed terraform lint issue in locals

Does this introduce a breaking change?


  • [NO]

Other information


Before:

image

After:

image

Edited by Vasyl Leskiv [SLB]

Merge request reports