DataDog / terraform-provider-datadog

Terraform Datadog provider
https://www.terraform.io/docs/providers/datadog/
Mozilla Public License 2.0
399 stars 375 forks source link

[datadog_azure_integration] Fix error when updating client_id and tenant_name #2420

Closed HantingZhang2 closed 3 months ago

HantingZhang2 commented 3 months ago

Use client_id and tenant_name from state to update azure integration instead of using resource id, stop updating the resource id when calling Update()

Fixes #2413