Skip to content

Commit

Permalink
set pulumi local before creating project
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxStroh authored Nov 16, 2023
1 parent e7f6a26 commit 4bd566f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/_posts/2023-06-05-stufe-0-einrichtung.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Nutzt den bereitgestellten Google Account und logged Euch ein:
gcloud auth application-default login
```

Das lokale Dateisystem als Speicher für den State konfigurieren:

```bash
pulumi login --local
```

Erzeugt ein neues Pulumi Projekt:

```bash
Expand All @@ -25,12 +31,6 @@ Einen Namen für euer Team überlegen.

Den String `"my-bucket"` auf den Teamnamen ändern.

Das lokale Dateisystem als Speicher für den State konfigurieren:

```bash
pulumi login --local
```

Den Bucket deployen:

```bash
Expand Down

0 comments on commit 4bd566f

Please sign in to comment.