You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we face the issue that rule settings are not updated when terraform apply is executed (provider version 0.3.9). Here is a description on how to reproduce the issue:
Define an conformity_azure_account resource without rule settings
Define a profile with manual rule manual rule configurations
Example:
Apply the profile to the Azure account with strategy replace
Run terraform apply
Terraform will detect the manual rule configurations and wants to remove them:
After applying the changes and running terraform plan, Terraform will plan the same changes as the manual rule configurations are still present in the backend.
The logs indicate that no update request is sent to the backend:
Hi,
we face the issue that rule settings are not updated when
terraform apply
is executed (provider version 0.3.9). Here is a description on how to reproduce the issue:conformity_azure_account
resource without rule settingsExample:
Example:
replace
terraform apply
Terraform will detect the manual rule configurations and wants to remove them:
After applying the changes and running
terraform plan
, Terraform will plan the same changes as the manual rule configurations are still present in the backend.The logs indicate that no update request is sent to the backend:
The text was updated successfully, but these errors were encountered: