feat: output working kubeconfig for new cluster

This commit is contained in:
Julian Tölle 2022-01-03 17:16:58 +01:00
parent 70a986913c
commit 9e528c9b7b
6 changed files with 71 additions and 13 deletions

View file

@ -3,7 +3,7 @@ TFFLAGS=-var-file=credentials.tfvars
VALIDATE=terraform validate -check-variables=false
apply: init
$(TF) apply $(TFFLAGS)
$(TF) apply $(TFFLAGS)
plan: init
$(TF) plan $(TFFLAGS)