this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(infra): rename local cloudlab cluster to local

Khue Doan 7401c336 2d9c2009

+2 -2
+1 -1
Makefile
··· 50 50 51 51 clean: 52 52 docker compose down --remove-orphans --volumes 53 - k3d cluster delete cloudlab 53 + k3d cluster delete local
+1 -1
infra/local/cluster/terragrunt.hcl
··· 7 7 } 8 8 9 9 inputs = { 10 - name = "cloudlab" 10 + name = "local" 11 11 }