Fix bug with Terraform output when no changes in plan are expected
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:
After:
Edited by Vasyl Leskiv [SLB]