mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-28 17:12:24 +00:00
clean
This commit is contained in:
@@ -12,8 +12,9 @@ help:
|
||||
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
|
||||
|
||||
clean:
|
||||
rm -rf _cfgs/
|
||||
rm -rf _cfgs/ terraform.tfvars.json
|
||||
rm -f kubeconfig talosctl
|
||||
rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup
|
||||
|
||||
create-config: ## Genereate talos configs
|
||||
talosctl gen config --output-dir _cfgs --with-docs=false --with-examples=false ${CLUSTERNAME} https://${ENDPOINT}:6443
|
||||
|
||||
3
azure/images/Makefile
Normal file
3
azure/images/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
clean:
|
||||
rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup
|
||||
3
azure/init/Makefile
Normal file
3
azure/init/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
clean:
|
||||
rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup
|
||||
3
azure/prepare/Makefile
Normal file
3
azure/prepare/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
clean:
|
||||
rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup
|
||||
3
azure/services/Makefile
Normal file
3
azure/services/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
clean:
|
||||
rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup
|
||||
3
digitalocean/Makefile
Normal file
3
digitalocean/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
clean:
|
||||
rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup
|
||||
@@ -9,6 +9,11 @@ endif
|
||||
help:
|
||||
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
|
||||
|
||||
clean:
|
||||
rm -rf _cfgs/ terraform.tfvars.json
|
||||
rm -f kubeconfig talosctl
|
||||
rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup
|
||||
|
||||
create-lb: ## Create load balancer
|
||||
terraform init
|
||||
terraform apply -target=output.controlplane_endpoint_public --refresh -auto-approve
|
||||
|
||||
@@ -7,6 +7,11 @@ endif
|
||||
help:
|
||||
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
|
||||
|
||||
clean:
|
||||
rm -rf _cfgs/ terraform.tfvars.json
|
||||
rm -f kubeconfig talosctl
|
||||
rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup
|
||||
|
||||
create-lb: ## Create load balancer
|
||||
terraform init
|
||||
terraform apply -auto-approve -target=output.controlplane_endpoint
|
||||
|
||||
3
vultr/Makefile
Normal file
3
vultr/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
clean:
|
||||
rm -rf .terraform.lock.hcl .terraform/ terraform.tfstate terraform.tfstate.backup
|
||||
Reference in New Issue
Block a user