removed {
  from = datadog_integration_aws.integration

  lifecycle {
    destroy = false
  }
}

removed {
  from = aws_iam_role.datadog-integration-role

  lifecycle {
    destroy = false
  }
}