pub async fn provision_stripe<R: CommandRunner>(
stripe: &StripeProjects<R>,
def: &StackDef,
definition_dir: &Path,
instance: &str,
name: &str,
substrate: &str,
skip_instance_context: bool,
) -> Result<StepResource, IntegrationError>