Skip to content

fix: replace deprecated resource datadog_integration_aws #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kshcherban
Copy link

Replaces deprecated datadog_integration_aws in datadog provider with datadog_integration_aws_account.

Potentially breaking change as one resource will be deleted and new one will be created instead.

references

closes #70

…_integration_aws_external_id

fixes cloudposse#70, potentially breaking change as one resource will be deleted and new one will be created instead
@kshcherban kshcherban requested review from a team as code owners June 3, 2025 13:26
@kshcherban kshcherban requested review from Gowiem and nitrocode June 3, 2025 13:26
@mergify mergify bot added the triage Needs triage label Jun 3, 2025
@JacobWeyer
Copy link

Is there a migration path out of this without the deletion?

@ricky26j
Copy link

ricky26j commented Jul 8, 2025

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to using datadog_integration_aws_account
3 participants