Skip to content

Commit 34ec78d

Browse files
committed
warn about tls/ and keys/ aren't being overwriteten
1 parent ae85c8c commit 34ec78d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ terraform apply --auto-approve
6969

7070
Once the infrastructure has been provisioned, you can extract the mTLS and SSH materials from the
7171
Terraform state. Following the command will detail which files are written to your local machine.
72+
73+
> [!WARNING]
74+
> If you used this repository to provision the core cluster in the past, you
75+
need to manually delete the `tls/` and `keys/` directories before running
76+
`make`.
77+
7278
```console
7379
make
7480
```

0 commit comments

Comments
 (0)