Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ terraform apply --auto-approve

Once the infrastructure has been provisioned, you can extract the mTLS and SSH materials from the
Terraform state. Following the command will detail which files are written to your local machine.

> [!WARNING]
> If you used this repository to provision the core cluster in the past, you
need to manually delete the `tls/` and `keys/` directories before running
`make`.

```console
make
```
Expand Down