---
title: "auth0-yaml"
description: "A minimal Auth0 Pulumi YAML program"
url: "https://www.pulumi.com/dev/templates/auth0-yaml/"
image: "https://www.pulumi.com/assets/og/dev/templates/auth0-yaml.png"
---

# auth0-yaml

A minimal Auth0 Pulumi YAML program

## Get started

Create a new project from this template with the Pulumi CLI:

```bash
mkdir my-project && cd my-project
pulumi new auth0-yaml
```

## Configuration

The template prompts for these values during `pulumi new`; adjust them any time with `pulumi config set`.

| Key | Description | Default |
| --- | --- | --- |
| `auth0:clientId` (secret) | The Auth0 client ID | — |
| `auth0:clientSecret` (secret) | The Auth0 client secret | — |
| `auth0:domain` | The Auth0 domain | — |

## Links

- Deploy with Pulumi: https://app.pulumi.com/new?template=https%3A%2F%2Fgithub.com%2Fpulumi%2Ftemplates%2Ftree%2Fmaster%2Fauth0-yaml
- Source on GitHub: https://github.com/pulumi/templates/tree/master/auth0-yaml
