Skip to content

Draft: Fix bug with Terraform output when no changes in plan are expected

Vasyl Leskiv [SLB] requested to merge fix-tf-output 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


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.

Does this introduce a breaking change?


  • [NO]

Other information


Before:

image

After:

image

Edited by Vasyl Leskiv [SLB]

Merge request reports