We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae85c8c commit 34ec78dCopy full SHA for 34ec78d
README.md
@@ -69,6 +69,12 @@ terraform apply --auto-approve
69
70
Once the infrastructure has been provisioned, you can extract the mTLS and SSH materials from the
71
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
78
```console
79
make
80
```
0 commit comments