Terraform Plan - Recreation of dashboard resources without change

Hi all,

I have encountered a problem with no idea on how to resolve it only to silence it.

I am trying to provision in Azure - Dashboard with a single metric graph and to create diagnostic settings. Amongst many more.

However, on Azure DevOps in the pipeline during terraform plan - those aforementioned resources keeps coming up as “change” which terraform recreates it. This isn’t ideal. Has anyone on here ever encountered this problem?

For whatever reason, this happens to me unless I use terraform plan --parallelism=1

edit: make sure you are using up to date providers. terraform init -upgrade fixed things for me