fix: replace deprecated resource datadog_integration_aws#74
fix: replace deprecated resource datadog_integration_aws#74Konstantin Shcherban (kshcherban) wants to merge 5 commits into
Conversation
…_integration_aws_external_id fixes cloudposse#70, potentially breaking change as one resource will be deleted and new one will be created instead
|
Is there a migration path out of this without the deletion? |
|
Jacob Weyer (@JacobWeyer) You can import the integration into the new resource and remove the old resources from the state: https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/integration_aws_account#upgrading-from-datadog_integration_aws-resources |
|
Any plan to move forward with this? |
|
I would hold off on any work here. Version 4 of the provider is coming out March 4.
|
|
Konstantin Shcherban (@kshcherban) David Moran (@wavemoran) With Datadog provider v4 out, any timeline for an update to this repo? |
|
This been dragging for quite a while... any updates? |
|
following PR status and updates on this module 👀 https://registry.terraform.io/providers/DataDog/datadog/latest/docs/guides/v4-upgrade-guide |
Replaces deprecated
datadog_integration_awsin datadog provider withdatadog_integration_aws_account.Potentially breaking change as one resource will be deleted and new one will be created instead.
references
closes #70