Closed sada-kubsad closed 6 years ago
This issue has been automatically migrated to terraform-providers/terraform-provider-azurerm#682 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to this issue and let us know.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Re-running a Terraform script with Azure DSC fails regardless of the DSC changes.
From looking at the DSC log files on the Azure VM, it seems that DSC is not picking up the new config changes.
It works when we deploy everything from scratch but fails when making incremental changes to DSC configs and relaunching from Terraform.
Please see below for details:
Terraform Version
0.11.1
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Re-running the same terraform script produces idempotent results with DSC.
Actual Behavior
Steps to Reproduce
Additional Context
References