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