moved {
  from = module.refresh_secrets
  to   = module.offboarding_automation_auth0_management_credentials
}

moved {
  from = aws_sfn_state_machine.sfn_rds_refresh
  to   = aws_sfn_state_machine.sfn_offboarding
}

moved {
  from = aws_sfn_state_machine.sfn_offboarding
  to   = aws_sfn_state_machine.sfn_discovery
}

moved {
  from = aws_cloudwatch_log_group.sfn_log_group
  to   = aws_cloudwatch_log_group.sfn_discovery_log_group
}

moved {
  from = aws_cloudwatch_log_subscription_filter.datadog_lambda_function_log_filter
  to   = aws_cloudwatch_log_subscription_filter.datadog_discovery_log_filter
}

moved {
  from = aws_cloudwatch_event_rule.sfn_hourly_schedule
  to   = aws_cloudwatch_event_rule.sfn_discovery_hourly_schedule
}

moved {
  from = aws_cloudwatch_event_target.sfn_hourly_target
  to   = aws_cloudwatch_event_target.sfn_discovery_hourly_target
}
